зеркало из https://github.com/github/ruby.git
* ext/openssl/ossl_ssl.c: initialize @hostname of SSLSocket to avoid
warning at SSLSocket#connect. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
115fa14f28
Коммит
46e086910e
|
@ -1,3 +1,8 @@
|
|||
Wed Dec 2 23:51:28 2009 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
||||
|
||||
* ext/openssl/ossl_ssl.c: initialize @hostname of SSLSocket to avoid
|
||||
warning at SSLSocket#connect.
|
||||
|
||||
Tue Dec 1 18:01:43 2009 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
||||
|
||||
* test/digest/test_digest_extend.rb: added tests for digest framework.
|
||||
|
|
|
@ -963,6 +963,9 @@ ossl_ssl_initialize(int argc, VALUE *argv, VALUE self)
|
|||
ossl_ssl_set_ctx(self, ctx);
|
||||
ossl_ssl_set_sync_close(self, Qfalse);
|
||||
ossl_sslctx_setup(ctx);
|
||||
|
||||
rb_iv_set(self, "@hostname", Qnil);
|
||||
|
||||
rb_call_super(0, 0);
|
||||
|
||||
return self;
|
||||
|
|
Загрузка…
Ссылка в новой задаче