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]

Reply via email to