From: Nils Larsch Date: Fri, 30 Sep 2005 16:46:29 +0000 (+0000) Subject: successfully updating the db shouldn't result in an error message X-Git-Tag: OpenSSL_0_9_7h~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=62ecdf077f5788ff99cca1e6411ded610601c928;p=oweals%2Fopenssl.git successfully updating the db shouldn't result in an error message --- diff --git a/apps/ca.c b/apps/ca.c index e98885d7e3..928c6f7f24 100644 --- 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; } /*****************************************************************/