From ff48c0d9098080b51ea12710029135916d117806 Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 30 Mar 2010 12:36:28 +0000 Subject: svn merge -r514:HEAD ^/branches/released . --- openssl/apps/dhparam.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'openssl/apps/dhparam.c') 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 -- cgit v1.2.3