aboutsummaryrefslogtreecommitdiff
path: root/openssl/apps/dhparam.c
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/apps/dhparam.c')
-rw-r--r--openssl/apps/dhparam.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/openssl/apps/dhparam.c b/openssl/apps/dhparam.c
index 04bd57c6e..5fab29eb8 100644
--- a/openssl/apps/dhparam.c
+++ b/openssl/apps/dhparam.c
@@ -554,4 +554,10 @@ static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb)
return 1;
}
+#else /* !OPENSSL_NO_DH */
+
+# if PEDANTIC
+static void *dummy=&dummy;
+# endif
+
#endif