An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
Go to file
Maxim Dounin e6f04424af SSL: initialization changes for OpenSSL 1.1.0.
OPENSSL_config() deprecated in OpenSSL 1.1.0.  Additionally,
SSL_library_init(), SSL_load_error_strings() and OpenSSL_add_all_algorithms()
are no longer available if OPENSSL_API_COMPAT is set to 0x10100000L.

The OPENSSL_init_ssl() function is now used instead with appropriate
arguments to trigger the same behaviour.  The configure test changed to
use SSL_CTX_set_options().

Deinitialization now happens automatically in OPENSSL_cleanup() called
via atexit(3), so we no longer call EVP_cleanup() and ENGINE_cleanup()
directly.
2016-03-31 23:38:33 +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: initialization changes for OpenSSL 1.1.0. 2016-03-31 23:38:33 +03:00
.hgtags release-1.9.13 tag 2016-03-29 18:09:30 +03:00