summaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_pkey.c
diff options
context:
space:
mode:
authordrbrain <drbrain@ruby-lang.org>2010-12-06 00:54:44 +0000
committerdrbrain <drbrain@ruby-lang.org>2010-12-06 00:54:44 +0000
commit6f76b98b491c18beccc8f4d2a830b7f47fe2318c (patch)
tree70828d497adfb732dfc0569746ad015ad89f0165 /ext/openssl/ossl_pkey.c
parent124b123bd0a92d21bac21b75452bcbcc6e72ded4 (diff)
downloadruby-openssl-history-6f76b98b491c18beccc8f4d2a830b7f47fe2318c.tar.gz
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
Diffstat (limited to 'ext/openssl/ossl_pkey.c')
-rw-r--r--ext/openssl/ossl_pkey.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/openssl/ossl_pkey.c b/ext/openssl/ossl_pkey.c
index 16ceff4..56abf4e 100644
--- a/ext/openssl/ossl_pkey.c
+++ b/ext/openssl/ossl_pkey.c
@@ -211,8 +211,8 @@ ossl_pkey_verify(VALUE self, VALUE digest, VALUE sig, VALUE data)
void
Init_ossl_pkey()
{
-#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
mPKey = rb_define_module_under(mOSSL, "PKey");