Does someone have a OpenSSL 1.1.0 Pre 6 patch for Nginx 1.11.*?
So that it is possible to compile Nginx 1.11.* with the latest OpenSSL
1.1.0 Pre 6 git clone (today).
Want to test some new OpenSSL 1.1.0 features, with the latest Git clone
as
OpenSSL version 1.1 seems near final.
"src/event/ngx_event_openssl.c: In function ‘ngx_ssl_connection_error’:
src/event/ngx_event_openssl.c:2065:21: error: ‘SSL_R_NO_CIPHERS_PASSED’
undeclared (first use in this function)
|| n == SSL_R_NO_CIPHERS_PASSED /*
182 */
^
src/event/ngx_event_openssl.c:2065:21: note: each undeclared identifier
is
reported only once for each function it appears in
make[1]: *** [objs/src/event/ngx_event_openssl.o] Error 1
"
"src/event/ngx_event_openssl.c: In function ‘ngx_ssl_connection_error’:
src/event/ngx_event_openssl.c:2065:21: error: ‘SSL_R_NO_CIPHERS_PASSED’
undeclared (first use in this function)
|| n == SSL_R_NO_CIPHERS_PASSED /*
182 */
^
src/event/ngx_event_openssl.c:2065:21: note: each undeclared identifier is
reported only once for each function it appears in
make[1]: *** [objs/src/event/ngx_event_openssl.o] Error 1
"
That was not the question.
There could be someone who has a pre-patch for version 6, who is also
testing OpenSSL, just like @Gobelet’s patch did before with pre 5.
No reason? The API/ABI wasn’t stable either with the release of the
previous patches to made it compatible with OpenSSl’s pre-release for
example @Gobelet’s patch.
If someone made a patch, please let me know.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.