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

Abort compiling SSLPlugin if OpenSSL version below 0.9.8f #220

Open
wants to merge 2 commits into
base: devel
Choose a base branch
from

Conversation

sundersb
Copy link

3proxy documentation never mentions which OpenSSL version is good enough for the SSLPlugin to be build. I added a compilation conditional error in case the library version is too low to support SNI. Fixes pr #218

@z3APA3A
Copy link
Collaborator

z3APA3A commented Dec 29, 2017

0x00908070 is probably 0.9.8g

@sundersb
Copy link
Author

sundersb commented Dec 29, 2017 via email

@sundersb
Copy link
Author

openssl-0.9.8g, crypto/opensslv.h:
#define OPENSSL_VERSION_NUMBER 0x0090807fL

openssl-0.9.8f:
#define OPENSSL_VERSION_NUMBER 0x00908070L

0x00908070L is correct

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

Successfully merging this pull request may close these issues.

None yet

2 participants