]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/ecparam.c
Merge from 1.0.0-stable branch.
[thirdparty/openssl.git] / apps / ecparam.c
index 4e1fc837ed6aca2366287bf9e25bd616d7512130..e9aa0a184ae7a38868d1bd3753c5cbdc6fe06cc7 100644 (file)
@@ -725,4 +725,10 @@ static int ecparam_print_var(BIO *out, BIGNUM *in, const char *var,
        BIO_printf(out, "\n\t};\n\n");
        return 1;
        }
+#else /* !OPENSSL_NO_EC */
+
+# if PEDANTIC
+static void *dummy=&dummy;
+# endif
+
 #endif