Fix guard in SHA-512 tests
This commit is contained in:
parent
ca6f4585c7
commit
4fbd4bf442
1 changed files with 1 additions and 1 deletions
|
@ -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 ) );
|
||||||
|
|
Loading…
Reference in a new issue