summaryrefslogtreecommitdiffstats
path: root/OpenSSL/X509/Name.html
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSSL/X509/Name.html')
-rw-r--r--OpenSSL/X509/Name.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSSL/X509/Name.html b/OpenSSL/X509/Name.html
index a7984903..57ce9a92 100644
--- a/OpenSSL/X509/Name.html
+++ b/OpenSSL/X509/Name.html
@@ -595,7 +595,7 @@ ossl_x509name_eql(VALUE self, VALUE other)
if (!rb_obj_is_kind_of(other, cX509Name))
return Qfalse;
- return ossl_x509name_cmp0(self, other) ? Qtrue : Qfalse;
+ return ossl_x509name_cmp0(self, other) == 0 ? Qtrue : Qfalse;
}</pre>
</div>