aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichal Rokos <m.rokos@sh.cvut.cz>2002-01-16 13:52:05 +0000
committerMichal Rokos <m.rokos@sh.cvut.cz>2002-01-16 13:52:05 +0000
commit8717a87985a8b5fa3443ed9f5691f758d16d153a (patch)
tree14f0e5213472752d830d7fd3d9fe66cdd25ac8a1 /ChangeLog
parentf9fedb332a1f46758b1014a6ccf999b57dd3ff54 (diff)
downloadruby-openssl-history-8717a87985a8b5fa3443ed9f5691f758d16d153a.tar.gz
* fixed missing/strptime.c (Hynek)
* more strict format for UTC time (ossl.c - 'Z' in the end)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1531be9..b9892c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@ Copyright (C) 2001 Michal Rokos <m.rokos@sh.cvut.cz>
All rights reserved.
$Log$
+Revision 1.26 2002/01/16 13:52:24 majkl
+ * fixed missing/strptime.c (Hynek)
+ * more strict format for UTC time (ossl.c - 'Z' in the end)
+
Revision 1.25 2002/01/16 12:12:50 majkl
* selfdipatch BN implementation (test only)
* removed strncasecmp (for WIN32 made alias to _strnicmp)