From eced484a5617c21b6723078947ee1fd7b1475fa1 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Wed, 14 Jul 2004 09:09:36 +0000 Subject: * ext/openssl/ossl_asn1.c (ossl_asn1cons_to_der): fix type of argument. [ruby-dev:23891] * test/openssl/test_x509store.rb: prune tests for CRL checking unless X509::V_FLAG_CRL_CHECK is defined. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a4d67e17c..910d7988b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Jul 14 18:05:21 2004 GOTOU Yuuzou + + * ext/openssl/ossl_asn1.c (ossl_asn1cons_to_der): fix type of + argument. [ruby-dev:23891] + + * test/openssl/test_x509store.rb: prune tests for CRL checking + unless X509::V_FLAG_CRL_CHECK is defined. + Wed Jul 14 12:20:05 Hirokazu Yamamoto * util.c (ruby_strtod): should not convert string in the form of -- cgit