From: Dr. Stephen Henson Date: Thu, 18 Jan 2001 01:36:54 +0000 (+0000) Subject: Don't shadow. X-Git-Tag: OpenSSL_0_9_6a-beta1~81^2~21 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=90f63e8f83f663135e24562058d902a283070367;p=oweals%2Fopenssl.git Don't shadow. --- diff --git a/apps/ca.c b/apps/ca.c index 5e12c0216a..9c7bac39f0 100644 --- a/apps/ca.c +++ b/apps/ca.c @@ -922,7 +922,6 @@ bad: /* Read extentions config file */ if (extfile) { - long errorline; if (!(extconf=CONF_load(NULL,extfile,&errorline))) { if (errorline <= 0)