Skip to content

Commit f2a7529

Browse files
committed
Fix double return statement in cipher.c
This was introduced in ce1ddee
1 parent acdf07c commit f2a7529

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

library/cipher.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,8 +1100,6 @@ int mbedtls_cipher_write_tag( mbedtls_cipher_context_t *ctx,
11001100
* operations, we currently don't make it
11011101
* accessible through the cipher layer. */
11021102
return( MBEDTLS_ERR_CIPHER_FEATURE_UNAVAILABLE );
1103-
1104-
return( 0 );
11051103
}
11061104
#endif /* MBEDTLS_USE_PSA_CRYPTO */
11071105

0 commit comments

Comments
 (0)