summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-15 00:30:12 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-15 00:30:12 +0000
commit5a114513c51dcb32241039f2079b6c0ac1d183a2 (patch)
treef381c7f32f36da258ac7fd5a240234a391bbc631 /ChangeLog
parentc548512c51ec5a9269269d62c76dba910d8ff517 (diff)
* ext/openssl/ossl_pkcs12.c (ossl_pkcs12_initialize): first argument
of rb_protect should take an argument of VALUE. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5190 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 136220cc9..5c62a6602 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Dec 15 09:27:46 2003 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * ext/openssl/ossl_pkcs12.c (ossl_pkcs12_initialize): first argument
+ of rb_protect should take an argument of VALUE.
+
Sun Dec 14 18:46:48 2003 WATANABE Hirofumi <eban@ruby-lang.org>
* ext/socket/socket.c (Init_socket): IPv6 is not supported although