Avoid warnings for no-engine and PEDANTIC

This commit is contained in:
Dr. Stephen Henson 2003-03-12 02:38:35 +00:00
parent b35ca7b257
commit b575dff21a

View File

@ -520,4 +520,12 @@ end:
apps_shutdown(); apps_shutdown();
OPENSSL_EXIT(ret); OPENSSL_EXIT(ret);
} }
#else
# if PEDANTIC
void *dummy=&dummy;
# endif
#endif #endif