aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGOTOU Yuuzou <gotoyuzo@notwork.org>2002-07-23 10:49:19 +0000
committerGOTOU Yuuzou <gotoyuzo@notwork.org>2002-07-23 10:49:19 +0000
commita8cc83a810bef0f34d0e1930f2f08c739634b4ec (patch)
tree8c46e6c37310edd35afdfeff49ce2adcaf260756 /ChangeLog
parent9dab048c26f6b039a31d5d3030bf0c35af39f831 (diff)
downloadruby-openssl-history-a8cc83a810bef0f34d0e1930f2f08c739634b4ec.tar.gz
* ossl_ssl.c: raise exception while SSL_write returns 0.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 80e8466..acc2cff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,10 +4,13 @@ Copyright (C) 2001 Michal Rokos <m.rokos@sh.cvut.cz>
All rights reserved.
$Log$
+Revision 1.39 2002/07/23 10:49:19 gotoyuzo
+ * ossl_ssl.c: raise exception while SSL_write returns 0.
+
Revision 1.38 2002/07/23 10:45:25 gotoyuzo
-* ossl.h: include <openssl/e_os.h>
-* ossl.c: workaround to convert into UTC time.
-* lib/openssl.rb: fix string embeded expression.
+ * ossl.h: include <openssl/e_os.h>
+ * ossl.c: workaround to convert into UTC time.
+ * lib/openssl.rb: fix string embeded expression.
Revision 1.37 2002/04/07 16:35:32 majkl
* Macros fixups