mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 20:38:43 +00:00
Fixed typo introduced in 486485b
This commit is contained in:
@@ -106,7 +106,7 @@ int main( int argc, char *argv[] )
|
||||
return( ret );
|
||||
#endif
|
||||
|
||||
#if defined(POLARSSL_SHAbkdf2512_C)
|
||||
#if defined(POLARSSL_SHA512_C)
|
||||
if( ( ret = sha512_self_test( v ) ) != 0 )
|
||||
return( ret );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user