aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_ocsp.c
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-07-09 16:18:56 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-07-09 16:18:56 +0900
commita0c5933c144b6fc2be2ab67ce56339d3389cd3f9 (patch)
tree853dd5f29cc5681a92e175878cf59ffbb52489d8 /ext/openssl/ossl_ocsp.c
parent7605a7311392bed3f062bf4b8adfcf9e6834f2ba (diff)
parent333899460950905622de50cd11593d6034211745 (diff)
downloadruby-openssl-a0c5933c144b6fc2be2ab67ce56339d3389cd3f9.tar.gz
Merge branch 'topic/rdoc-fixes'
* topic/rdoc-fixes: Fix RDoc style Update .gitignore Add RDoc task to Rakefile
Diffstat (limited to 'ext/openssl/ossl_ocsp.c')
-rw-r--r--ext/openssl/ossl_ocsp.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/openssl/ossl_ocsp.c b/ext/openssl/ossl_ocsp.c
index 90b24edb..96399c42 100644
--- a/ext/openssl/ossl_ocsp.c
+++ b/ext/openssl/ossl_ocsp.c
@@ -1687,6 +1687,11 @@ ossl_ocspcid_to_der(VALUE self)
void
Init_ossl_ocsp(void)
{
+#if 0
+ mOSSL = rb_define_module("OpenSSL");
+ eOSSLError = rb_define_class_under(mOSSL, "OpenSSLError", rb_eStandardError);
+#endif
+
/*
* OpenSSL::OCSP implements Online Certificate Status Protocol requests
* and responses.