summaryrefslogtreecommitdiffstats
path: root/ext/openssl
diff options
context:
space:
mode:
authorgotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-12 03:56:04 +0000
committergotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-12 03:56:04 +0000
commit10d93e90029a79bf918d4d2a99ab6b2a39efc56b (patch)
tree08d7f2635ee8705a1af31b70c33d4dc34b297744 /ext/openssl
parent043bab4b368f6c61e035b0f5dff870cbf2951915 (diff)
downloadruby-10d93e90029a79bf918d4d2a99ab6b2a39efc56b.tar.gz
ruby-10d93e90029a79bf918d4d2a99ab6b2a39efc56b.tar.xz
ruby-10d93e90029a79bf918d4d2a99ab6b2a39efc56b.zip
* ext/openssl/ossl.c (Init_openssl): should call OpenSSL_add_ssl_algorithms().
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9381 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/openssl')
-rw-r--r--ext/openssl/ossl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/openssl/ossl.c b/ext/openssl/ossl.c
index 2ad2ee38d..b7eb79f05 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();