commit | ae2f5f1795c7f58d430c722ddb0624ab47bb2f91 | [log] [tgz] |
---|---|---|
author | Jaeden Amero <jaeden.amero@arm.com> | Wed Feb 06 15:05:06 2019 +0000 |
committer | GitHub <noreply@github.com> | Wed Feb 06 15:05:06 2019 +0000 |
tree | 224ba27226cc1abd8a4adb01424119641cae4679 | |
parent | 3dab69d625fbecf04b5a3b1d2b739200f00c54a2 [diff] | |
parent | f2a752940307f8aeb65040e938a311ea92ea1305 [diff] |
Merge pull request #44 from mpg/fix-double-return Fix double return statement in cipher.c
diff --git a/library/cipher.c b/library/cipher.c index 16037fb..5d7e53f 100644 --- a/library/cipher.c +++ b/library/cipher.c
@@ -1100,8 +1100,6 @@ * operations, we currently don't make it * accessible through the cipher layer. */ return( MBEDTLS_ERR_CIPHER_FEATURE_UNAVAILABLE ); - - return( 0 ); } #endif /* MBEDTLS_USE_PSA_CRYPTO */