aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGOTOU Yuuzou <gotoyuzo@notwork.org>2003-07-03 03:44:04 +0000
committerGOTOU Yuuzou <gotoyuzo@notwork.org>2003-07-03 03:44:04 +0000
commitaee9e2efc9e7562029684b6405e9293a63670871 (patch)
treefdc5df9953479b440eaf86c274b935b67c78dd11
parentb5c76b82b15d785afdbee77660dafd83f25404f1 (diff)
downloadruby-openssl-history-aee9e2efc9e7562029684b6405e9293a63670871.tar.gz
typo fixed
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 72f8330..7248ad9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,7 @@ Thu, 03 Jul 2003 12:04:33 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org>
* ossl_x509crl.[ch]: add ossl_x509crl_new();
* ossl_x509store.c:
- add X509::StoreContext#current_crl
- - del X509::StoreContext#add_crl_file (use #add_file instead.)
+ - del X509::Store#add_crl_file (use #add_file instead.)
* lib/net/https.rb: fix attrs.
* examples/ossl_x509store.rb: revised.