From 2743a0530847ad6665811190d257fecfc9c15337 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Wed, 12 Oct 2005 03:56:04 +0000 Subject: * ext/openssl/ossl.c (Init_openssl): should call OpenSSL_add_ssl_algorithms(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9381 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/ossl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/openssl') diff --git a/ext/openssl/ossl.c b/ext/openssl/ossl.c index 2ad2ee38d0..b7eb79f053 100644 --- a/ext/openssl/ossl.c +++ b/ext/openssl/ossl.c @@ -382,6 +382,7 @@ Init_openssl() */ /* CRYPTO_malloc_init(); */ /* ENGINE_load_builtin_engines(); */ + OpenSSL_add_ssl_algorithms(); OpenSSL_add_all_algorithms(); ERR_load_crypto_strings(); SSL_load_error_strings(); -- cgit v1.2.3