From 1278d514320b568e49e5f3478d7215ca90e404c6 Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 19 Jul 2011 15:00:00 +0000 Subject: [PATCH] fix typo git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32583 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1178082b0d..f226e086dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -118,7 +118,7 @@ Thu Jul 14 12:19:34 2011 Hiroshi Nakamura * ext/openssl/ossl.c (ossl_verify_cb): trap the exception from verify callback of SSLContext and X509Store and make the verification fail normally. Raising exception directly from callback - causes orphan resouces in OpenSSL stack. Patched by Ippei Obayashi. + causes orphan resources in OpenSSL stack. Patched by Ippei Obayashi. See #4445. * test/openssl/test_ssl.rb