From 2646c694794888572d4f9e903f4b148628e7ec3d Mon Sep 17 00:00:00 2001 From: naruse Date: Sat, 25 Feb 2012 20:37:12 +0000 Subject: avoid rdoc's warnings. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/ossl_asn1.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/openssl/ossl_asn1.c') diff --git a/ext/openssl/ossl_asn1.c b/ext/openssl/ossl_asn1.c index 5cee8066ef..adcb3263f0 100644 --- a/ext/openssl/ossl_asn1.c +++ b/ext/openssl/ossl_asn1.c @@ -1901,6 +1901,10 @@ do{\ OSSL_ASN1_DEFINE_CLASS(EndOfContent, Data); + +#if 0 + cASN1ObjectId = rb_define_class_under(mASN1, "ObjectId", cASN1Primitive); /* let rdoc know */ +#endif rb_define_singleton_method(cASN1ObjectId, "register", ossl_asn1obj_s_register, 3); rb_define_method(cASN1ObjectId, "sn", ossl_asn1obj_get_sn, 0); rb_define_method(cASN1ObjectId, "ln", ossl_asn1obj_get_ln, 0); -- cgit v1.2.3