CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/12 13:31:21
Modified files:
lib/libssl/src/apps: ciphers.c engine.c errstr.c ocsp.c
openssl.c s_client.c s_server.c s_time.c
Log message:
In openssl_startup(), call SSL_library_init() and SSL_load_error_strings().
This allows us to remove the ERR_load_crypto_strings() call, along with
the various SSL_load_error_strings() and OpenSSL_add_ssl_algorithms()
calls scattered around the place.
ok beck@
