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
commitfae36ae481f0d257371fd2dc48098c7ce121853d (patch)
tree05bc7f7d934590a4644caa89ab85594e94dc59b0
parent15899a3929bc99a5a8d77edfe1042ef968cdee1d (diff)
downloadruby-openssl-history-fae36ae481f0d257371fd2dc48098c7ce121853d.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.