Ruediger Pluem wrote: > >>> Silly question; this breaks all 0.9.7 builds, right? Is that deliberate? >> It shouldn't. Does it (no 0.9.7 at hand right now)? > No it doesn't: > > --- httpd/httpd/trunk/modules/ssl/ssl_toolkit_compat.h (original) > +++ httpd/httpd/trunk/modules/ssl/ssl_toolkit_compat.h Tue Nov 10 07:55:13 > 2009 > > +/* ECC support came along in OpenSSL 1.0.0 */ > +#if (OPENSSL_VERSION_NUMBER < 0x10000000) > +#define OPENSSL_NO_EC > +#endif > +
Can we PLEASE use the same hack for OCSP to avoid taking five different solutions to the very same problem set? That would be kindness :) :)
