From 142e1937e8447b6b6050e9e28a9ce7bcb6c12fb2 Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 25 Jul 2003 16:40:26 +0000 Subject: * ext/openssl/ossl_ssl.c (ossl_ssl_setup): need to pass the real socket to SSL_get_fd on native win32 platforms. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4162 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0ba372a4e..eafb89dae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -Fri Jul 25 15:04:25 2003 NAKAMURA, Hiroshi +Sat Jul 26 01:33:51 2003 NAKAMURA Usaku + + * ext/openssl/ossl_ssl.c (ossl_ssl_setup): need to pass the real + socket to SSL_get_fd on native win32 platforms. + +Fri Jul 26 00:04:25 2003 NAKAMURA, Hiroshi * ext/openssl/sample: Add samples. - cert2text.rb: Dump certificate file as text. -- cgit