Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2003-03-14 00:26:31 +0300
committerDr. Stephen Henson <steve@openssl.org>2003-03-14 00:26:31 +0300
commit3f691235daecddf556f491ade58f61c2ff413a8a (patch)
tree216abe8feb5d3fdde14124b872b53a529998ad95 /apps
parent86a925b27e0d795e28a9f3342cf22cee632769da (diff)
Get the PEDANTIC stuff right this time...
Diffstat (limited to 'apps')
-rw-r--r--apps/engine.c4
1 files changed, 1 insertions, 3 deletions
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