Make sure that the 'config' variable is correctly defined and declared
[openssl.git] / apps / apps.h
index 32a79605ee87ac3ea73442c8a718feb5822c6b7b..dae52bd016758bf034df94834a7e3f911656dbd4 100644 (file)
@@ -144,8 +144,10 @@ int WIN32_rename(char *oldname,char *newname);
 #define MAIN(a,v)      main(a,v)
 
 #ifndef NON_MAIN
+CONF *config=NULL;
 BIO *bio_err=NULL;
 #else
+extern CONF *config;
 extern BIO *bio_err;
 #endif