aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGOTOU Yuuzou <gotoyuzo@notwork.org>2003-07-06 04:32:05 +0000
committerGOTOU Yuuzou <gotoyuzo@notwork.org>2003-07-06 04:32:05 +0000
commit1a3209888196caa9f1898fbde83a7dc95db75667 (patch)
tree05bc7f7d934590a4644caa89ab85594e94dc59b0
parentb82b2fa020d275b3edaf0bfb5c7f7f8ed4b357da (diff)
downloadruby-openssl-history-1a3209888196caa9f1898fbde83a7dc95db75667.tar.gz
untypo
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a606285..03485f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
Sun, 06 Jul 2003 13:20:04 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org>
* ossl_x509store.c:
- - ossl_x509store_add_cert(): should duplicate added cert.
- - ossl_x509store_add_crl(): should duplicate added crl.
+ - ossl_x509store_add_cert(): should not duplicate added cert.
+ - ossl_x509store_add_crl(): should not duplicate added crl.
Fri, 05 Jul 2003 12:45:24 +0900 -- NAKAMURA, Hiroshi <nahi@ruby-lang.org>
* examples/gen_csr.rb: DN parsing bug fix.