mirror of
https://github.com/boostorg/asio.git
synced 2026-02-24 02:12:12 +00:00
4645a7c3510134379af394ae75c006a8144a3688
With OPENSSL_API_COMPAT=0x10100000L, SSL_library_init, SSL_load_error_strings, and OpenSSL_add_all_algorithms are removed. With OPENSSL_API_COMPAT=0x10000000L, these are function-style macros mapping to OPENSSL_init_ssl, which is called automatically anyway. References: https://www.openssl.org/docs/man1.1.0/ssl/OPENSSL_init_ssl.html https://www.openssl.org/docs/man1.1.0/crypto/OPENSSL_init_crypto.html (from Marcel Raad)
Description
Mirrored via gitea-mirror
Languages
C++
99.6%
HTML
0.2%
Perl
0.2%