mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-19 10:28:01 +00:00
Remove unneeded test for the CCM free function
This commit is contained in:
parent
12f0d5c66d
commit
508bcd96db
|
@ -525,9 +525,6 @@ void ccm_invalid_param( )
|
||||||
valid_buffer, valid_buffer,
|
valid_buffer, valid_buffer,
|
||||||
NULL, valid_len ) );
|
NULL, valid_len ) );
|
||||||
|
|
||||||
/* mbedtls_ccm_free() */
|
|
||||||
TEST_INVALID_PARAM( mbedtls_ccm_free( NULL ) );
|
|
||||||
|
|
||||||
exit:
|
exit:
|
||||||
mbedtls_ccm_free( &ctx );
|
mbedtls_ccm_free( &ctx );
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue