projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a83d7d1
)
Clear error we don't care about.
author
Ben Laurie
<ben@openssl.org>
Sat, 6 Feb 1999 13:30:37 +0000
(13:30 +0000)
committer
Ben Laurie
<ben@openssl.org>
Sat, 6 Feb 1999 13:30:37 +0000
(13:30 +0000)
apps/ca.c
patch
|
blob
|
history
diff --git
a/apps/ca.c
b/apps/ca.c
index ac56ce7181787f75a06cc7c975fd2b90095d9418..f79b5823697eab939fd258b82cf0429b0dfaeccf 100644
(file)
--- 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
{