From: Bodo Moeller <[EMAIL PROTECTED]>

moeller> The problem with 0.9.6-stable is that '#include <openssl/e_os.h>' was
moeller> added to conf.h, <openssl/conf.h> being automatically included by
moeller> x509v3.h.  I consider this a bug: Writing '#include <openssl/x509v3.h>'
moeller> in the application sourcecode does not mean that you want an EXIT(n)
moeller> macro to be defined, to name one example.

If you look in conf.h, you'll also see why it includes e_os.h: an
#ifndef NO_FP_API.

BTW, in 0.9.7-dev, we have the same (or almost, it depends on
OPENSSL_NO_FP_API) #ifndef, but that one is meaningless, since
OPENSSL_NO_FP_API is defined in e_os.h.

Suggestion on how to solve this?  One that I can think of is to remove
the conditional and just let CONF_load_fp() (and NCONF_load_fp()) be
declared even if they aren't in the library.  That's ugly, but
workable.

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
                    \      SWEDEN       \ or +46-733-72 88 11
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, GemPlus:             http://www.gemplus.com/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to