summaryrefslogtreecommitdiffstats
path: root/apps/ec.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ec.c')
-rw-r--r--apps/ec.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/ec.c b/apps/ec.c
index 6b3d3ad..896eabc 100644
--- a/apps/ec.c
+++ b/apps/ec.c
@@ -397,4 +397,10 @@ end:
apps_shutdown();
OPENSSL_EXIT(ret);
}
+#else /* !OPENSSL_NO_EC */
+
+# if PEDANTIC
+static void *dummy=&dummy;
+# endif
+
#endif
OpenPOWER on IntegriCloud