aboutsummaryrefslogtreecommitdiffstats
path: root/ossl.c
diff options
context:
space:
mode:
authorMichal Rokos <m.rokos@sh.cvut.cz>2001-11-21 21:31:56 +0000
committerMichal Rokos <m.rokos@sh.cvut.cz>2001-11-21 21:31:56 +0000
commit1c8834d13a4505af0c91530e1f505df325d45fe9 (patch)
tree5d385cf1931f04ee80bed016f1dbdcb209af5e02 /ossl.c
parent2577414c0428ea652b6ad18f66dd4e50bb89de3a (diff)
downloadruby-openssl-history-1c8834d13a4505af0c91530e1f505df325d45fe9.tar.gz
- BN added (only proof of concept)
- indent changed - rand.h to ossl.h 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 6af21d2..5e1fcc0 100644
--- a/ossl.c
+++ b/ossl.c
@@ -124,5 +124,6 @@ void Init_openssl()
Init_ssl(mSSL);
Init_pkcs7(mPKCS7);
Init_hmac(mOSSL);
+ Init_bn(mOSSL);
}