CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/11/22 08:49:47
Modified files:
lib/libssl : ssl_init.c
Log message:
Stop calling SSL_library_init() from OPENSSL_init_ssl_internal()
It's pointless: all the ciphers and digests added by SSL_library_init()
are already added by OPENSSL_init_crypto(), which was already called at
that point.
ok jsing
