Loading crypto/ecdsa/ecdsatest.c +1 −1 Original line number Diff line number Diff line Loading @@ -483,7 +483,7 @@ err: BIO_printf(out, "\nECDSA test failed\n"); else BIO_printf(out, "\nECDSA test passed\n"); if (!ret) if (ret) ERR_print_errors(out); CRYPTO_cleanup_all_ex_data(); ERR_remove_state(0); Loading Loading
crypto/ecdsa/ecdsatest.c +1 −1 Original line number Diff line number Diff line Loading @@ -483,7 +483,7 @@ err: BIO_printf(out, "\nECDSA test failed\n"); else BIO_printf(out, "\nECDSA test passed\n"); if (!ret) if (ret) ERR_print_errors(out); CRYPTO_cleanup_all_ex_data(); ERR_remove_state(0); Loading