summaryrefslogtreecommitdiffstats
path: root/ossl.c
diff options
context:
space:
mode:
authorGOTOU Yuuzou <gotoyuzo@notwork.org>2003-06-29 08:33:41 +0000
committerGOTOU Yuuzou <gotoyuzo@notwork.org>2003-06-29 08:33:41 +0000
commita66b1aec2024e6f41bc981654e67182809211936 (patch)
treeb9795c0c9214a7e92979b975689bc4f4bf1d3e3e /ossl.c
parent11dfeef14246cd6a66017ffd314c599e3042b6c1 (diff)
downloadruby-openssl-history-a66b1aec2024e6f41bc981654e67182809211936.tar.gz
OpenSSL::OCSP is added.
Diffstat (limited to 'ossl.c')
-rw-r--r--ossl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ossl.c b/ossl.c
index 416d4c8..fd39b1f 100644
--- a/ossl.c
+++ b/ossl.c
@@ -524,6 +524,7 @@ Init_openssl()
Init_ossl_rand();
Init_ossl_ssl();
Init_ossl_x509();
+ Init_ossl_ocsp();
}
#if defined(OSSL_DEBUG)