line 475 NCONF_load bug exhibited in non-MONOLITH build
Andrew
(openssl-0.9.7-stable-SNAP-20020218)
--- req.c.orig Sat Dec 1 18:03:26 2001
+++ req.c Fri Feb 22 15:01:30 2002
@@ -177,6 +177,7 @@
unsigned long chtype = MBSTRING_ASC;
#ifndef MONOLITH
MS_STATIC char config_name[256];
+ long errline;
#endif
req_conf = NULL;
@@ -472,7 +473,7 @@
}
default_config_file=p;
config=NCONF_new(NULL);
- i=NCONF_load(config, p);
+ i=NCONF_load(config, p, &errline);
#endif
if (template != NULL)
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]