You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 26 Jul 2013 at 12:10
Original issue reported on code.google.com by
[email protected]
on 26 Jul 2013 at 12:10Attachments:
The text was updated successfully, but these errors were encountered: