aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ca.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-02-06 13:30:37 +0000
committerBen Laurie <ben@openssl.org>1999-02-06 13:30:37 +0000
commitc106c6132c6d19a6208ea1f1b639710959f6771a (patch)
tree153d9104036422247c0d2f2b4d5e2c1e38f0203e /apps/ca.c
parenta83d7d1491a24efb6cfcc411b29d794559aa357e (diff)
downloadopenssl-c106c6132c6d19a6208ea1f1b639710959f6771a.tar.gz
Clear error we don't care about.
Diffstat (limited to 'apps/ca.c')
-rw-r--r--apps/ca.c1
1 files changed, 1 insertions, 0 deletions
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
{