mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-30 00:51:09 +00:00
Fixed typo introduced in 486485b
This commit is contained in:
parent
9592485d0c
commit
5a1d687274
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue