mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 06:18:10 +00:00
Fixed typo introduced in 486485b
This commit is contained in:
parent
9592485d0c
commit
5a1d687274
1 changed files with 1 additions and 1 deletions
|
@ -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