Fixed typo introduced in 486485b

This commit is contained in:
Paul Bakker 2014-03-26 11:20:05 +01:00
parent 9592485d0c
commit 5a1d687274

View File

@ -106,7 +106,7 @@ int main( int argc, char *argv[] )
return( ret ); return( ret );
#endif #endif
#if defined(POLARSSL_SHAbkdf2512_C) #if defined(POLARSSL_SHA512_C)
if( ( ret = sha512_self_test( v ) ) != 0 ) if( ( ret = sha512_self_test( v ) ) != 0 )
return( ret ); return( ret );
#endif #endif