From: Dr. Stephen Henson Date: Wed, 12 Mar 2003 02:38:35 +0000 (+0000) Subject: Avoid warnings for no-engine and PEDANTIC X-Git-Tag: OpenSSL_0_9_7b~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b575dff21af65691a3dd4e8e18e03dd004cbd76c;p=openssl Avoid warnings for no-engine and PEDANTIC --- diff --git a/apps/engine.c b/apps/engine.c index 456f80a706..b01ca54f94 100644 --- a/apps/engine.c +++ b/apps/engine.c @@ -520,4 +520,12 @@ end: apps_shutdown(); OPENSSL_EXIT(ret); } +#else + +# if PEDANTIC + +void *dummy=&dummy; + +# endif + #endif