aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Toews <mastahyeti@gmail.com>2019-06-13 09:24:42 -0600
committerBen Toews <mastahyeti@gmail.com>2019-06-13 09:24:42 -0600
commit1351ae3630125eb149d03a15bdc6ae8503c359d2 (patch)
tree75d17edd82fb24778e49bfd8d00f7ba6e4feea05
parentf09b13963b940cc9e8fe6e4dec817729d6dcea09 (diff)
downloadruby-openssl-1351ae3630125eb149d03a15bdc6ae8503c359d2.tar.gz
don't define triple equal method for ASN1::ObjectID
-rw-r--r--ext/openssl/ossl_asn1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/openssl/ossl_asn1.c b/ext/openssl/ossl_asn1.c
index b4713b6b..e23c4374 100644
--- a/ext/openssl/ossl_asn1.c
+++ b/ext/openssl/ossl_asn1.c
@@ -1843,7 +1843,6 @@ do{\
rb_define_alias(cASN1ObjectId, "short_name", "sn");
rb_define_alias(cASN1ObjectId, "long_name", "ln");
rb_define_method(cASN1ObjectId, "==", ossl_asn1obj_eq, 1);
- rb_define_alias(cASN1ObjectId, "===", "==");
rb_attr(cASN1BitString, rb_intern("unused_bits"), 1, 1, 0);
rb_define_method(cASN1EndOfContent, "initialize", ossl_asn1eoc_initialize, 0);