diff options
Diffstat (limited to 'apps/ec.c')
-rw-r--r-- | apps/ec.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/ec.c b/apps/ec.c index 6b3d3ad91b484..896eabc13fba5 100644 --- a/apps/ec.c +++ b/apps/ec.c @@ -397,4 +397,10 @@ end: apps_shutdown(); OPENSSL_EXIT(ret); } +#else /* !OPENSSL_NO_EC */ + +# if PEDANTIC +static void *dummy=&dummy; +# endif + #endif |