In 0.9.7, "Configure no-ocsp" would set CFLAG, DEPFLAG, write the OPENSSL_NO_OCSP define to opensslconf.h, and prune ocsp from the crypto subdirs.

In 0.9.8, it no longer sets CFLAG. Was this intentional? Unfortunately, it means the compile guards in crypto/x509v3/v3_ocsp.c don't work. The macro isn't defined until the config is sourced, which is too late. I'm not sure if this is a problem with v3_ocsp.c (the compile guard should be moved down), or with Configure (the compile options should be added to CFLAG).

b.c.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to