From 1351ae3630125eb149d03a15bdc6ae8503c359d2 Mon Sep 17 00:00:00 2001 From: Ben Toews Date: Thu, 13 Jun 2019 09:24:42 -0600 Subject: don't define triple equal method for ASN1::ObjectID --- ext/openssl/ossl_asn1.c | 1 - 1 file changed, 1 deletion(-) 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); -- cgit v1.2.3