From 15272ab4ed1e6250412fccd48200ed9eae59608f Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 29 Mar 2010 17:08:02 +0000 Subject: Updated to openssl 1.0.0 --- 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