-
Notifications
You must be signed in to change notification settings - Fork 52
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
Cannot compile with OpenSSL 1.1.0c #12
Comments
@pavlusha23 Patches welcome :) |
See my pull request: #13 |
openssl 1.1.0 support would be really nice! |
Data point: Issue persists with 1.1.0g
|
@27Bslash6 As I said above, you're welcome to contribute a patch, otherwise you can just use OpenSSL 1.0.2 series or older series. |
A new release tag of this module was already added a few days ago and the new version is already included in OpenResty 1.13.6.2 RC1: https://groups.google.com/d/msg/openresty-en/bTfqTjshcX4/uP8qF0EpAgAJ |
Error: ngx_http_encrypted_session_cipher.c:29:30: error: storage size of 'ctx' isn't known Also see openresty/encrypted-session-nginx-module#12
Error: ngx_http_encrypted_session_cipher.c:29:30: error: storage size of 'ctx' isn't known Also see openresty/encrypted-session-nginx-module#12 Also outcomment SSE 4.2 patch after version bump. Should not apply anymore today, at least we'll see about it.
Error: ngx_http_encrypted_session_cipher.c:29:30: error: storage size of 'ctx' isn't known Also see openresty/encrypted-session-nginx-module#12 Also outcomment SSE 4.2 patch after version bump. Should not apply anymore today, at least we'll see about it.
Encrypted-session-nginx-module is not compatible with OpenSSL 1.1.0c. Please, fix it.
The text was updated successfully, but these errors were encountered: