Commit 0488c0bb authored by Richard Levitte's avatar Richard Levitte
Browse files

In apps_startup(), call OPENSSL_init_ssl() rather than OPENSSL_init_crypto()



Otherwise, any command that relies on ssl modules may fail, because
SSL_add_ssl_module() will be called after the config file has already
been loaded.

Fixes #4788

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4792)
parent 0a90a683
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment