The official NGINX Open Source repository.
Go to file
Maxim Dounin 2e251b1c34 SSL: SSLeay_version() is deprecated in OpenSSL 1.1.0.
SSLeay_version() and SSLeay() are no longer available if OPENSSL_API_COMPAT
is set to 0x10100000L.  Switched to using OpenSSL_version() instead.

Additionally, we now compare version strings instead of version numbers,
and this correctly works for LibreSSL as well.
2016-03-31 23:38:38 +03:00
auto SSL: initialization changes for OpenSSL 1.1.0. 2016-03-31 23:38:33 +03:00
conf Added the REQUEST_SCHEME parameter. 2015-06-05 22:23:26 +03:00
contrib Removed the prototype mysql module. 2016-03-31 22:33:26 +03:00
docs Fixed mistranslated phrase. 2016-03-30 12:07:19 +03:00
misc Removed the prototype mysql module. 2016-03-31 22:33:26 +03:00
src SSL: SSLeay_version() is deprecated in OpenSSL 1.1.0. 2016-03-31 23:38:38 +03:00
.hgtags release-1.9.13 tag 2016-03-29 18:09:30 +03:00