Removed word 'warning' from PKCS#5 selftest (buildbot warning as a result)

This commit is contained in:
Paul Bakker 2014-05-01 10:56:03 +02:00
parent 9bb04b6389
commit c3f89aa26c

View File

@ -366,7 +366,7 @@ int pkcs5_self_test( int verbose )
return( 1 );
if( verbose != 0 )
polarssl_printf( " PBKDF2 warning: test #3 may be slow!\n" );
polarssl_printf( " PBKDF2 note: test #3 may be slow!\n" );
for( i = 0; i < MAX_TESTS; i++ )
{