summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-04 00:26:15 +0000
committergotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-04 00:26:15 +0000
commit81120802916198c80ff4d9e11913e3513b03f537 (patch)
treea3e2738cd3ce77965df1f04e15a84c99a4f1b5d4
parentfae3aefe99abcfcbf25764c650e88122bdf4b5c5 (diff)
downloadruby-81120802916198c80ff4d9e11913e3513b03f537.tar.gz
ruby-81120802916198c80ff4d9e11913e3513b03f537.tar.xz
ruby-81120802916198c80ff4d9e11913e3513b03f537.zip
[ruby-core:01881]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 45c755de1..01764ee8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
Thu Dec 4 09:12:43 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
* ext/openssl/ossl_asn1.c (asn1time_to_time): should check that
- the underlying value of ASN1_TIME isn't NULL.
+ the underlying value of ASN1_TIME isn't NULL. [ruby-core:01881]
Thu Dec 4 08:29:43 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>