]> granicus.if.org Git - openssl/commitdiff
Get the PEDANTIC stuff right this time...
authorDr. Stephen Henson <steve@openssl.org>
Thu, 13 Mar 2003 21:26:31 +0000 (21:26 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 13 Mar 2003 21:26:31 +0000 (21:26 +0000)
apps/engine.c

index b01ca54f94e30bc64990551949fc7f0f1aa1cd47..c3e1e8de1c3838aaaa1e8b27160035ea2f713e29 100644 (file)
@@ -523,9 +523,7 @@ end:
 #else
 
 # if PEDANTIC
-
-void *dummy=&dummy;
-
+static void *dummy=&dummy;
 # endif
 
 #endif