Project

General

Profile

Feature #9830 » respect_system_openssl_settings.patch

Patch from #9822 (required!) - Envek (Andrey Novikov), 05/11/2014 08:27 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();
(6-6/6)