Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > ebaf3abf13313f990407b01ccd88ef6c > files > 16

ruby-2.2.10-16.1.mga6.src.rpm

--- trunk/ext/openssl/ossl_x509name.c	2018/10/17 15:42:34	65138
+++ trunk/ext/openssl/ossl_x509name.c	2018/10/18 00:24:49	65139
@@ -400,7 +400,7 @@
 
     result = ossl_x509name_cmp0(self, other);
     if (result < 0) return INT2FIX(-1);
-    if (result > 1) return INT2FIX(1);
+    if (result > 0) return INT2FIX(1);
 
     return INT2FIX(0);
 }