aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGOTOU Yuuzou <gotoyuzo@notwork.org>2003-07-21 14:15:21 +0000
committerGOTOU Yuuzou <gotoyuzo@notwork.org>2003-07-21 14:15:21 +0000
commit4f0524a1699662bb1f7208ab822075a0a859a5ac (patch)
tree926c7b2dc43f3188a2ac6c7354754be742de12ce
parentab7b4b9d6404755e85f6193e0fbb8fe000c96e35 (diff)
downloadruby-openssl-history-4f0524a1699662bb1f7208ab822075a0a859a5ac.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog3
-rw-r--r--examples/ossl_ocsp.rb1
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b62cc07..1f186d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Mon, 21 Jul 2003 23:14:27 +0900 -- GOTOU Yuuzou <gotoyuzo@notwork.org>
+ * examples/ossl_ocsp.rb: typo fixed.
+
Mon, 21 Jul 2003 13:23:30 +0200 -- Michal Rokos <m.rokos@sh.cvut.cz>
* further OpenSSL 0.9.6 compatibility
diff --git a/examples/ossl_ocsp.rb b/examples/ossl_ocsp.rb
index 403b6f3..9b66b3b 100644
--- a/examples/ossl_ocsp.rb
+++ b/examples/ossl_ocsp.rb
@@ -116,5 +116,4 @@ if res.status == OCSP::RESPONSE_STATUS_SUCCESSFUL
p [ :revtime, revtime ]
end
}
- end
end