From: Dr. Stephen Henson Date: Thu, 13 Mar 2003 21:26:31 +0000 (+0000) Subject: Get the PEDANTIC stuff right this time... X-Git-Tag: OpenSSL_0_9_7b~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f691235daecddf556f491ade58f61c2ff413a8a;p=openssl Get the PEDANTIC stuff right this time... --- diff --git a/apps/engine.c b/apps/engine.c index b01ca54f94..c3e1e8de1c 100644 --- a/apps/engine.c +++ b/apps/engine.c @@ -523,9 +523,7 @@ end: #else # if PEDANTIC - -void *dummy=&dummy; - +static void *dummy=&dummy; # endif #endif