Delete test error print.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 6 Jun 2005 18:05:00 +0000 (18:05 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 6 Jun 2005 18:05:00 +0000 (18:05 +0000)
fips/rsa/fips_rsavtest.c

index 0762a9c7a0d8bc4a46a502fb5dbc81fce42509f1..1a3a1db5d17190ddf78e6f449ac20dabb0d83c6b 100644 (file)
@@ -403,7 +403,6 @@ static int rsa_printver(BIO *err, BIO *out,
 
        if (r < 0)
                goto error;
-ERR_print_errors(err);
        ERR_clear_error();
 
        if (r == 0)