mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/openssl/ossl.c (Init_openssl): should call OpenSSL_add_ssl_algorithms().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9381 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b559d863a5
commit
ff2b8b31c2
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Oct 12 12:51:56 2005 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
||||
|
||||
* ext/openssl/ossl.c (Init_openssl): should call
|
||||
OpenSSL_add_ssl_algorithms().
|
||||
|
||||
Wed Oct 12 11:08:54 2005 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* file.c (rb_f_test): typo in RDoc comments.
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue