Bug #9822 » respect_system_openssl_settings.patch
ext/openssl/ossl.c | ||
---|---|---|
*/
|
||
/* CRYPTO_malloc_init(); */
|
||
/* ENGINE_load_builtin_engines(); */
|
||
OPENSSL_config(NULL); /* Makes Ruby respect system OpenSSL config */
|
||
OpenSSL_add_ssl_algorithms();
|
||
OpenSSL_add_all_algorithms();
|
||
ERR_load_crypto_strings();
|