Closed skinkie closed 7 years ago
Reviews appreciated https://github.com/cherokee/webserver/tree/openssl-1.1
A brief scan through the change looks reasonable. I've not done a 1.0-1.1 refactor before though; so I don't know what else to look for :(
How do we get it to compile under openssl 1.0 with 1.1 present until 1.1 support is complete? I tried CPPFLAGS="$CPPFLAGS -I/usr/include/openssl-1.0
and -with-libssl=/usr/lib/openssl-1.0
.
openssl 1.1 support is in now, so you can use it.
Cherokee doesn't have support for OpenSSL 1.1 which leads to the situation where you can't compile Cherokee. I have already make some fixes, currently testing the results.