Submitted by: Nils Larsch
Reviewed by: Geoff Thorpe
BIO *out;
out = BIO_new_fp(stdout, BIO_NOCLOSE);
BIO *out;
out = BIO_new_fp(stdout, BIO_NOCLOSE);
if (!x9_62_tests(out)) goto err;
if (!test_builtin(out)) goto err;
if (!x9_62_tests(out)) goto err;
if (!test_builtin(out)) goto err;
BIO_printf(out, "\nECDSA test failed\n");
else
BIO_printf(out, "\nECDSA test passed\n");
BIO_printf(out, "\nECDSA test failed\n");
else
BIO_printf(out, "\nECDSA test passed\n");
CRYPTO_mem_leaks(out);
if (out != NULL)
BIO_free(out);
CRYPTO_mem_leaks(out);
if (out != NULL)
BIO_free(out);