mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-12 06:22:57 +00:00
Clean up details in ctr_drbg_selftest()
This commit is contained in:
@@ -81,3 +81,10 @@ void ctr_drbg_validate_nopr( char *add_init_string, char *entropy_string,
|
||||
TEST_ASSERT( strcmp( (char *) output_str, result_str ) == 0 );
|
||||
}
|
||||
/* END_CASE */
|
||||
|
||||
/* BEGIN_CASE depends_on:POLARSSL_SELF_TEST */
|
||||
void ctr_drbg_selftest( )
|
||||
{
|
||||
TEST_ASSERT( ctr_drbg_self_test( 0 ) == 0 );
|
||||
}
|
||||
/* END_CASE */
|
||||
|
||||
Reference in New Issue
Block a user