1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/openssl/test_x509crl.rb: Remove unused variable.

[ruby-core:53501] [Bug #8114]

  Thanks, Vipul Amler, for pointing this out!


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
emboss 2013-07-05 22:16:09 +00:00
parent 7e443fcfea
commit 880bc0e02d
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,10 @@
Sat Jul 6 07:12:39 2013 Martin Bosslet <Martin.Bosslet@gmail.com>
* test/openssl/test_x509crl.rb: Remove unused variable.
[ruby-core:53501] [Bug #8114]
Thanks, Vipul Amler, for pointing this out!
Sat Jul 6 06:37:10 2013 Martin Bosslet <Martin.Bosslet@gmail.com>
* ext/openssl/ossl.c: Provide CRYPTO_set_locking_callback() and

View file

@ -101,7 +101,6 @@ class OpenSSL::TestX509CRL < Test::Unit::TestCase
assert_equal(false, revoked[3].extensions[0].critical?)
assert_equal(false, revoked[4].extensions[0].critical?)
crl = OpenSSL::X509::CRL.new(crl.to_der)
assert_equal("Key Compromise", revoked[0].extensions[0].value)
assert_equal("CA Compromise", revoked[1].extensions[0].value)
assert_equal("Affiliation Changed", revoked[2].extensions[0].value)