* ext/openssl/lib/openssl/buffering.rb: Remove unused arguments from

OpenSSL::Buffering.new [Fixes GH-445]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
zzak 2013-11-21 01:46:48 +00:00
parent dd1ade2204
commit 0c873e97da
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Thu Nov 21 10:45:22 2013 Zachary Scott <e@zzak.io>
* ext/openssl/lib/openssl/buffering.rb: Remove unused arguments from
OpenSSL::Buffering.new [Fixes GH-445]
Thu Nov 21 10:30:47 2013 Zachary Scott <e@zzak.io>
* test/digest/test_digest.rb: Add test for Digest::SHA256.bubblebabble

View File

@ -40,7 +40,7 @@ module OpenSSL::Buffering
##
# Creates an instance of OpenSSL's buffering IO module.
def initialize(*args)
def initialize
@eof = false
@rbuffer = ""
@sync = @io.sync