summaryrefslogtreecommitdiffstats
path: root/apps/ecparam.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-04-23 16:25:00 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-04-23 16:25:00 +0000
commitfe41d9853c38b578d601e27a7508e69f70b91005 (patch)
tree88a3b607f20626b05d3cbb94682df89c5fcc1c6d /apps/ecparam.c
parentd07692cd96f8a65453f9a6ad1ed6d980328b84ea (diff)
Make no-ec work
Diffstat (limited to 'apps/ecparam.c')
-rw-r--r--apps/ecparam.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/ecparam.c b/apps/ecparam.c
index 4e1fc837ed..e9aa0a184a 100644
--- a/apps/ecparam.c
+++ b/apps/ecparam.c
@@ -725,4 +725,10 @@ static int ecparam_print_var(BIO *out, BIGNUM *in, const char *var,
BIO_printf(out, "\n\t};\n\n");
return 1;
}
+#else /* !OPENSSL_NO_EC */
+
+# if PEDANTIC
+static void *dummy=&dummy;
+# endif
+
#endif