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