mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 00:15:37 +01:00
Fix guard in SHA-512 tests
This commit is contained in:
parent
ca6f4585c7
commit
4fbd4bf442
@ -46,7 +46,7 @@ void mbedtls_sha256( data_t * src_str, data_t * hex_hash_string )
|
||||
}
|
||||
/* END_CASE */
|
||||
|
||||
/* BEGIN_CASE depends_on:MBEDTLS_SHA256_C */
|
||||
/* BEGIN_CASE depends_on:MBEDTLS_SHA512_C */
|
||||
void sha512_valid_param( )
|
||||
{
|
||||
TEST_VALID_PARAM( mbedtls_sha512_free( NULL ) );
|
||||
|
Loading…
Reference in New Issue
Block a user