From 917948a4c4700520d1cd9d46a403af461b562725 Mon Sep 17 00:00:00 2001 From: technorama Date: Tue, 3 Apr 2007 18:29:30 +0000 Subject: * ext/openssl/ossl_ssl.c: Add documentation. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12142 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2ca3afa29..febfc58c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Apr 4 04:17:18 2007 Technorama Ltd. + + * ext/openssl/ossl_ssl.c: Add documentation. + Tue Apr 3 16:22:24 2007 Nobuyoshi Nakada * ext/openssl/extconf.rb: check for functions added in 1.9. @@ -5,7 +9,7 @@ Tue Apr 3 16:22:24 2007 Nobuyoshi Nakada * ext/openssl/ruby_missing.h: check per features instead by checking version code. [ruby-core:10845] -Tue Apr 3 16:02:44 2007 Technorama +Tue Apr 3 16:02:44 2007 Technorama Ltd. * ext/openssl/ossl_bn.c: More documentation. @@ -22,7 +26,7 @@ Tue Apr 3 09:36:55 2007 NAKAMURA Usaku * ext/openssl/ruby_missing.h: need to include version.h to check RUBY_VERSION_CODE. -Mon Apr 3 07:10:12 2007 Technorama +Mon Apr 3 07:10:12 2007 Technorama Ltd. * ext/openssl/ossl_{ssl.[ch],ssl_session.c}, ext/openssl/lib/openssl/lib/openssl/ssl.rb: @@ -30,7 +34,7 @@ Mon Apr 3 07:10:12 2007 Technorama config, and statistics methods. -Mon Apr 3 04:00:23 2007 Technorama +Mon Apr 3 04:00:23 2007 Technorama Ltd. * ext/openssl/{ossl.[ch],ossl_pkey.c} Add documentation. -- cgit