Project

General

Profile

Bug #9822 » respect_system_openssl_settings.patch

Patch that fixes this bug - Envek (Andrey Novikov), 05/09/2014 08:21 PM

View differences:

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();
(1-1/2)