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:
naruse 2012-02-08 11:47:47 +00:00
parent ee19d5864e
commit 9a57bc8f55
2 changed files with 2 additions and 2 deletions

View file

@ -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"],

View file

@ -1,5 +1,5 @@
#define RUBY_VERSION "1.9.3"
#define RUBY_PATCHLEVEL 66
#define RUBY_PATCHLEVEL 67
#define RUBY_RELEASE_DATE "2012-02-08"
#define RUBY_RELEASE_YEAR 2012