Feature #9830 » 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();
|
- « Previous
- 1
- …
- 4
- 5
- 6
- Next »