diff options
Diffstat (limited to 'openssl/apps/gendsa.c')
-rw-r--r-- | openssl/apps/gendsa.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openssl/apps/gendsa.c b/openssl/apps/gendsa.c index 8a296c66e..22c39629e 100644 --- a/openssl/apps/gendsa.c +++ b/openssl/apps/gendsa.c @@ -279,4 +279,10 @@ end: apps_shutdown(); OPENSSL_EXIT(ret); } +#else /* !OPENSSL_NO_DSA */ + +# if PEDANTIC +static void *dummy=&dummy; +# endif + #endif |