aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGOTOU Yuuzou <gotoyuzo@notwork.org>2002-07-24 14:46:52 +0000
committerGOTOU Yuuzou <gotoyuzo@notwork.org>2002-07-24 14:46:52 +0000
commite458ca47b4339385d657f08d84cc1d9f1e8e1196 (patch)
tree6aa7aff56e130f9971d511a931e63b570af854b8
parentc6714059aef0cceef5b2209ea987776848375b75 (diff)
downloadruby-openssl-history-e458ca47b4339385d657f08d84cc1d9f1e8e1196.tar.gz
* lib/openssl/buffering.rb: typo fixed. (Thakns NaHi)OSSL_0_1_2a
-rw-r--r--ChangeLog7
-rw-r--r--lib/openssl/buffering.rb2
-rw-r--r--ossl_version.h4
3 files changed, 8 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 76364b7..b8e449f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@ Copyright (C) 2001 Michal Rokos <m.rokos@sh.cvut.cz>
All rights reserved.
$Log$
+Revision 1.43 2002/07/24 14:46:52 gotoyuzo
+ * lib/openssl/buffering.rb: typo fixed. (Thakns NaHi)
+
Revision 1.42 2002/07/24 12:31:31 gotoyuzo
* ossl.c: should include <sys/time.h> if it exists. (Thanks Knu)
@@ -11,10 +14,10 @@ Revision 1.41 2002/07/24 09:56:17 gotoyuzo
* ossl-0.1.2 released
Revision 1.40 2002/07/23 20:23:30 gotoyuzo
- * follow net/http.rb Rev: 1.41.2.18 (ruby_1_6)
+ * lib/net/https.rb: follow net/http.rb Rev: 1.41.2.18 (ruby_1_6)
Revision 1.39 2002/07/23 10:49:19 gotoyuzo
- * ossl_ssl.c: raise exception while SSL_write returns 0.
+ * ossl_ssl.c: should raise exception while SSL_write returns 0.
Revision 1.38 2002/07/23 10:45:25 gotoyuzo
* ossl.h: include <openssl/e_os.h>
diff --git a/lib/openssl/buffering.rb b/lib/openssl/buffering.rb
index 5832025..244c74c 100644
--- a/lib/openssl/buffering.rb
+++ b/lib/openssl/buffering.rb
@@ -106,7 +106,7 @@ module Buffering
end
def ungetc(c)
- @buffer[0,0] = c.chr
+ @rbuffer[0,0] = c.chr
end
def eof?
diff --git a/ossl_version.h b/ossl_version.h
index 457cc36..fb8de93 100644
--- a/ossl_version.h
+++ b/ossl_version.h
@@ -1,8 +1,8 @@
#ifndef OSSL_VERSION_H
#define OSSL_VERSION_H
-/*#define OSSL_VERSION "0.1.3"*/
-#define OSSL_VERSION "CVS SNAPSHOT ($Date$)"
+#define OSSL_VERSION "0.1.2a"
+/*#define OSSL_VERSION "CVS SNAPSHOT ($Date$)"*/
#endif