Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mod_spdy + httpd 2.2.25 build error 'SSL_PROTOCOL_SSLV2’ undeclared #74

Open
GoogleCodeExporter opened this issue Mar 16, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant