summaryrefslogtreecommitdiffstats
path: root/OpenSSL/SSL.html
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSSL/SSL.html')
-rw-r--r--OpenSSL/SSL.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSSL/SSL.html b/OpenSSL/SSL.html
index c2962c77..0a9531ef 100644
--- a/OpenSSL/SSL.html
+++ b/OpenSSL/SSL.html
@@ -127,7 +127,7 @@ connections.</p>
<div class="method-source-code" id="verify_certificate_identity-source">
- <pre><span class="ruby-comment"># File lib/openssl/ssl.rb, line 160</span>
+ <pre><span class="ruby-comment"># File lib/openssl/ssl.rb, line 156</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">verify_certificate_identity</span>(<span class="ruby-identifier">cert</span>, <span class="ruby-identifier">hostname</span>)
<span class="ruby-identifier">should_verify_common_name</span> = <span class="ruby-keyword">true</span>
<span class="ruby-identifier">cert</span>.<span class="ruby-identifier">extensions</span>.<span class="ruby-identifier">each</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">ext</span><span class="ruby-operator">|</span>