Make no-ec work

This commit is contained in:
Dr. Stephen Henson
2009-04-23 16:25:00 +00:00
parent d07692cd96
commit fe41d9853c
4 changed files with 19 additions and 0 deletions

View 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