summaryrefslogtreecommitdiff
path: root/lang/ruby18-base/patches/patch-ag
blob: 6083b9eee6162cac85f4d6d56ef9f819318a28fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ag,v 1.3 2007/09/30 04:08:16 taca Exp $

--- ext/openssl/lib/openssl/ssl.rb.orig	2007-02-13 08:01:19.000000000 +0900
+++ ext/openssl/lib/openssl/ssl.rb
@@ -88,7 +88,7 @@ module OpenSSL
             end
           }
         end
-        raise SSLError, "hostname not match"
+        raise SSLError, "hostname was not match with the server certificate"
       end
     end