mod_spdy 0.9.3.3 and 0.9.4.1 can't be built with httpd 2.2.25 against openssl
that is built without SSLv2, such as the 1.0.1e-2 that comes with debian
Wheezy. If SSLv2 is disabled, OPENSSL_NO_SSL2 is set. Thus, SSL_PROTOCOL_SSLV2
will not be defined in ssl_private.h. This results in a build failure in
ssl_engine_io.c:
ssl_engine_io.c: In function ‘ssl_io_filter_connect’:
ssl_engine_io.c:1083:36: error: ‘SSL_PROTOCOL_SSLV2’ undeclared (first use
in this function)
The enclosed trivial Patch fixes this.
Original issue reported on code.google.com by goo...@7val.com on 26 Jul 2013 at 12:10
Original issue reported on code.google.com by
goo...@7val.com
on 26 Jul 2013 at 12:10Attachments: