]> git.ipfire.org Git - thirdparty/postfix.git/commit
Bitrot: auto-initialization of OpenSSL 1.1.0
authorViktor Dukhovni <postfix-users@dukhovni.org>
Mon, 15 Feb 2016 06:13:06 +0000 (01:13 -0500)
committerViktor Dukhovni <postfix-users@dukhovni.org>
Sun, 14 Oct 2018 15:50:09 +0000 (11:50 -0400)
commitf8e359085d810c9bd9552000ec3ce440b51949b9
tree856be396ea1cda85b365f601247a8b317bf56fe6
parentbb7dba6de3d0f9e2b9a33f111c55e23116d88243
Bitrot: auto-initialization of OpenSSL 1.1.0

The functions SSL_library_init(), SSL_load_error_strings() and
OpenSSL_add_ssl_algorithms() are deprecated in OpenSSL 1.1.0.

Instead the library auto-initializes.  Though it is possible to
call OPENSSL_init_crypto() and OPENSSL_init_ssl() for explicit
control over initialization, for now there is no apparent reason
to do so.  This may change, so explicit initialization might yet
become necessary.
postfix/src/tls/tls_client.c
postfix/src/tls/tls_dane.c
postfix/src/tls/tls_server.c