* 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:
parent
dd1ade2204
commit
0c873e97da
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user