1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

Remove unneeded test for the CCM free function

This commit is contained in:
k-stachowiak
2018-12-11 16:52:26 +01:00
committed by Gilles Peskine
parent 12f0d5c66d
commit 508bcd96db

View File

@ -525,9 +525,6 @@ void ccm_invalid_param( )
valid_buffer, valid_buffer,
NULL, valid_len ) );
/* mbedtls_ccm_free() */
TEST_INVALID_PARAM( mbedtls_ccm_free( NULL ) );
exit:
mbedtls_ccm_free( &ctx );
return;