From 68d2cf51bcfc1c2c1d0deec9be21c3d743737656 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sun, 3 Jun 2012 22:03:37 +0000 Subject: Reduce version skew: trivia (I hope). --- apps/ca.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/ca.c') diff --git a/apps/ca.c b/apps/ca.c index 2a83d1936e..1cf50e0029 100644 --- a/apps/ca.c +++ b/apps/ca.c @@ -1408,6 +1408,7 @@ bad: if (!NCONF_get_number(conf,section, ENV_DEFAULT_CRL_HOURS, &crlhours)) crlhours = 0; + ERR_clear_error(); } if ((crldays == 0) && (crlhours == 0) && (crlsec == 0)) { -- cgit v1.2.3