Loading apps/apps.h +1 −0 Original line number Diff line number Diff line Loading @@ -121,6 +121,7 @@ #include <openssl/lhash.h> #include <openssl/conf.h> #include <openssl/txt_db.h> #include <openssl/engine.h> #include <openssl/ossl_typ.h> int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn); Loading apps/req.c +2 −1 Original line number Diff line number Diff line Loading @@ -181,6 +181,7 @@ int MAIN(int argc, char **argv) unsigned long chtype = MBSTRING_ASC; #ifndef MONOLITH MS_STATIC char config_name[256]; long errline; #endif req_conf = NULL; Loading Loading @@ -529,7 +530,7 @@ bad: } default_config_file=p; config=NCONF_new(NULL); i=NCONF_load(config, p); i=NCONF_load(config, p, &errline); #endif if (template != NULL) Loading Loading
apps/apps.h +1 −0 Original line number Diff line number Diff line Loading @@ -121,6 +121,7 @@ #include <openssl/lhash.h> #include <openssl/conf.h> #include <openssl/txt_db.h> #include <openssl/engine.h> #include <openssl/ossl_typ.h> int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn); Loading
apps/req.c +2 −1 Original line number Diff line number Diff line Loading @@ -181,6 +181,7 @@ int MAIN(int argc, char **argv) unsigned long chtype = MBSTRING_ASC; #ifndef MONOLITH MS_STATIC char config_name[256]; long errline; #endif req_conf = NULL; Loading Loading @@ -529,7 +530,7 @@ bad: } default_config_file=p; config=NCONF_new(NULL); i=NCONF_load(config, p); i=NCONF_load(config, p, &errline); #endif if (template != NULL) Loading