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