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:
5905787
)
successfully updating the db shouldn't result in an error message
author
Nils Larsch
<nils@openssl.org>
Fri, 30 Sep 2005 16:46:29 +0000
(16:46 +0000)
committer
Nils Larsch
<nils@openssl.org>
Fri, 30 Sep 2005 16:46:29 +0000
(16:46 +0000)
apps/ca.c
patch
|
blob
|
history
diff --git
a/apps/ca.c
b/apps/ca.c
index e98885d7e3d07743bc23b39c126970d0099bcd8b..928c6f7f24ebb9fb2a4896559c535a45af8ef0a7 100644
(file)
--- a/
apps/ca.c
+++ b/
apps/ca.c
@@
-943,7
+943,6
@@
bad:
if (verbose) BIO_printf(bio_err,
"Done. %d entries marked as expired\n",i);
}
- goto err;
}
/*****************************************************************/