Andrew, I did it the other way :-), both in 0.9.7b7-dev and in 0.9.8-dev. This ticket is now resolved.
[[EMAIL PROTECTED] - Tue Dec 24 22:59:07 2002]: > from 0.9.7b6 (also 096h) > > In apps.h, line 153 inside of an #ifndef MONOLITH: > > CONF *config=NULL > > In req,c, line 138 inside of an #ifndef MONOLITH: > > static CONF *config=NULL > > Since req.c #includes apps.h, storage type redefinition when MONOLITH > is > not defined. Fix: Remove line in apps.h - if "CONF *config" isnt > foreseen being used anywhere else but req.c in the future. Currently > req.c is the only one using it from within that ifndef block in apps.h > (I believe). But obviously the other way would work as well :-) > > > Rgds, > Andrew Gray > > > > > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > Development Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] -- Richard Levitte ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
