summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/openssl/lib/openssl/buffering.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/openssl/lib/openssl/buffering.rb b/ext/openssl/lib/openssl/buffering.rb
index 0ccbf0f9bf..85cf8af31c 100644
--- a/ext/openssl/lib/openssl/buffering.rb
+++ b/ext/openssl/lib/openssl/buffering.rb
@@ -40,7 +40,8 @@ module OpenSSL::Buffering
##
# Creates an instance of OpenSSL's buffering IO module.
- def initialize
+ def initialize(*)
+ super
@eof = false
@rbuffer = ""
@sync = @io.sync