fix asn_test print in test.c

This commit is contained in:
Chris Conlon
2017-12-20 12:28:27 -07:00
parent e97f8b5a9c
commit 2460a3de3d

View File

@ -446,9 +446,9 @@ int wolfcrypt_test(void* args)
#ifndef NO_ASN
if ( (ret = asn_test()) != 0)
return err_sys("base64 test failed!\n", ret);
return err_sys("asn test failed!\n", ret);
else
printf( "base64 test passed!\n");
printf( "asn test passed!\n");
#endif
#ifndef NO_MD5