Update from 1.0.0-stable
[openssl.git] / apps / dhparam.c
index 04bd57c6e8aa22c16dadc9772ecc55484bcb6b2a..5fab29eb87bf0936ae51f40936c904af110af5c6 100644 (file)
@@ -554,4 +554,10 @@ static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb)
        return 1;
        }
 
        return 1;
        }
 
+#else /* !OPENSSL_NO_DH */
+
+# if PEDANTIC
+static void *dummy=&dummy;
+# endif
+
 #endif
 #endif