mirror of
https://github.com/ruby/ruby.git
synced 2025-09-19 18:43:59 +02:00
merge revision(s) 34490: [Backport #5983]
------------------------------------------------------------------------ r34490 | naruse | 2012-02-08 20:47:00 +0900 (Wed, 08 Feb 2012) | 1 line Fix condition. ------------------------------------------------------------------------ git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ee19d5864e
commit
9a57bc8f55
2 changed files with 2 additions and 2 deletions
|
@ -311,7 +311,7 @@ class OpenSSL::TestX509Name < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_add_entry_street
|
||||
return if OpenSSL::OPENSSL_VERSION_NUMBER >= 0x009080df # 0.9.8m
|
||||
return if OpenSSL::OPENSSL_VERSION_NUMBER < 0x009080df # 0.9.8m
|
||||
# openssl/crypto/objects/obj_mac.h 1.83
|
||||
dn = [
|
||||
["DC", "org"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue