mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-14 00:40:50 +00:00
Enable invalid param test in sha512
Signed-off-by: Tuvshinzaya Erdenekhuu <tuvshinzaya.erdenekhuu@arm.com>
This commit is contained in:
parent
5893ab02b6
commit
ca6fde2e1f
@ -67,7 +67,7 @@ void mbedtls_sha256( data_t * src_str, data_t * hash )
|
|||||||
}
|
}
|
||||||
/* END_CASE */
|
/* END_CASE */
|
||||||
|
|
||||||
/* BEGIN_CASE depends_on:MBEDTLS_SHA512_C:NOT_DEFINED */
|
/* BEGIN_CASE depends_on:MBEDTLS_SHA512_C */
|
||||||
void sha512_invalid_param( )
|
void sha512_invalid_param( )
|
||||||
{
|
{
|
||||||
mbedtls_sha512_context ctx;
|
mbedtls_sha512_context ctx;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user