Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SSL_library_init() is deprecated as of openssl v1.1.0
According to the openss docs `SSL_library_init()` is deprecated as of openssl v1.1.0. We still need to call it when using crypto locks because we define that if openssl is < 1.1.0. See: https://manpages.debian.org/experimental/libssl-doc/SSL_library_init.3ssl.en.html See: https://docs.openssl.org/3.3/man3/OPENSSL_init_ssl/ Signed-off-by: michael-grunder <[email protected]>
- Loading branch information