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

@@ -400,4 +400,10 @@ end:
apps_shutdown();
OPENSSL_EXIT(ret);
}
#else /* !OPENSSL_NO_EC */
# if PEDANTIC
static void *dummy=&dummy;
# endif
#endif