From: Ben Laurie Date: Sat, 6 Feb 1999 13:30:37 +0000 (+0000) Subject: Clear error we don't care about. X-Git-Tag: OpenSSL_0_9_2b~191 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c106c6132c6d19a6208ea1f1b639710959f6771a;p=oweals%2Fopenssl.git Clear error we don't care about. --- diff --git a/apps/ca.c b/apps/ca.c index ac56ce7181..f79b582369 100644 --- a/apps/ca.c +++ b/apps/ca.c @@ -444,6 +444,7 @@ bad: BIO_printf(bio_err,"problems opening %s for extra oid's\n",p); ERR_print_errors(bio_err); */ + ERR_clear_error(); } else {