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/gendh.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'openssl/apps/gendh.c') 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 -- cgit v1.2.3