summaryrefslogtreecommitdiffstats
path: root/OpenSSL/X509/Revoked.html
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSSL/X509/Revoked.html')
-rw-r--r--OpenSSL/X509/Revoked.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSSL/X509/Revoked.html b/OpenSSL/X509/Revoked.html
index 9ce99dec..b1259930 100644
--- a/OpenSSL/X509/Revoked.html
+++ b/OpenSSL/X509/Revoked.html
@@ -150,7 +150,7 @@ ossl_x509revoked_initialize(int argc, VALUE *argv, VALUE self)
<div class="method-source-code" id="3D-3D-source">
- <pre><span class="ruby-comment"># File lib/openssl/x509.rb, line 354</span>
+ <pre><span class="ruby-comment"># File lib/openssl/x509.rb, line 376</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">==</span>(<span class="ruby-identifier">other</span>)
<span class="ruby-keyword">return</span> <span class="ruby-keyword">false</span> <span class="ruby-keyword">unless</span> <span class="ruby-constant">Revoked</span> <span class="ruby-operator">===</span> <span class="ruby-identifier">other</span>
<span class="ruby-identifier">to_der</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">other</span>.<span class="ruby-identifier">to_der</span>