Fix guard in SHA-512 tests

This commit is contained in:
Hanno Becker 2018-12-18 16:37:43 +00:00
parent ca6f4585c7
commit 4fbd4bf442

View file

@ -46,7 +46,7 @@ void mbedtls_sha256( data_t * src_str, data_t * hex_hash_string )
} }
/* END_CASE */ /* END_CASE */
/* BEGIN_CASE depends_on:MBEDTLS_SHA256_C */ /* BEGIN_CASE depends_on:MBEDTLS_SHA512_C */
void sha512_valid_param( ) void sha512_valid_param( )
{ {
TEST_VALID_PARAM( mbedtls_sha512_free( NULL ) ); TEST_VALID_PARAM( mbedtls_sha512_free( NULL ) );