mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Oops, sorry!
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@41678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
961bf7496d
commit
469d4b9389
3 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Jun 27 20:55:23 2013 URABE Shyouhei <shyouhei@ruby-lang.org>
|
||||
|
||||
* test/openssl/test_ssl.rb: Oops, sorry!
|
||||
|
||||
Thu Jun 27 20:21:18 2013 URABE Shyouhei <shyouhei@ruby-lang.org>
|
||||
|
||||
* ext/openssl/lib/openssl/ssl-internal.rb (OpenSSL::SSL#verify_certificate_identity):
|
||||
|
|
|
@ -569,7 +569,6 @@ class OpenSSL::TestSSL < Test::Unit::TestCase
|
|||
assert_equal(false, OpenSSL::SSL.verify_certificate_identity(cert, '13::17'))
|
||||
assert_equal(true, OpenSSL::SSL.verify_certificate_identity(cert, '13:0:0:0:0:0:0:17'))
|
||||
end
|
||||
L
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define RUBY_RELEASE_DATE "2013-06-27"
|
||||
#define RUBY_VERSION_CODE 187
|
||||
#define RUBY_RELEASE_CODE 20130627
|
||||
#define RUBY_PATCHLEVEL 373
|
||||
#define RUBY_PATCHLEVEL 374
|
||||
|
||||
#define RUBY_VERSION_MAJOR 1
|
||||
#define RUBY_VERSION_MINOR 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue