From 41bfc7a7218d34b9b9ffbe8154a728b2e044211f Mon Sep 17 00:00:00 2001 From: drbrain Date: Mon, 6 Dec 2010 00:54:44 +0000 Subject: Add toplevel documentation for OpenSSL Add additional documentation for OpenSSL::SSL::SSLContext and OpenSSL::SSL::SSLSocket. Move "let rdoc know about mOSSL" comments so they don't show up in output. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30090 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/ossl_asn1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/openssl/ossl_asn1.c') diff --git a/ext/openssl/ossl_asn1.c b/ext/openssl/ossl_asn1.c index a9ab7e38ce..add316462f 100644 --- a/ext/openssl/ossl_asn1.c +++ b/ext/openssl/ossl_asn1.c @@ -1087,8 +1087,8 @@ Init_ossl_asn1() VALUE ary; int i; -#if 0 /* let rdoc know about mOSSL */ - mOSSL = rb_define_module("OpenSSL"); +#if 0 + mOSSL = rb_define_module("OpenSSL"); /* let rdoc know about mOSSL */ #endif sUNIVERSAL = rb_intern("UNIVERSAL"); -- cgit v1.2.3