commit | f2a752940307f8aeb65040e938a311ea92ea1305 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Feb 05 13:13:21 2019 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Feb 05 13:13:21 2019 +0100 |
tree | 803c6f80d89bbe18c28fb5abcdb46b2f2243260e | |
parent | acdf07c033bb7ce11f595ddbe0c66d438b46597c [diff] |
Fix double return statement in cipher.c This was introduced in ce1ddee13a171
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 */