aboutsummaryrefslogtreecommitdiff
path: root/lib.rs
diff options
context:
space:
mode:
authorSam Thomas <[email protected]>2014-07-22 00:13:35 +0100
committerSam Thomas <[email protected]>2014-07-23 17:09:36 +0100
commit7d1dfe33e6b19af32e93850f18e29ecdfa1601d8 (patch)
tree617b0ebfc92020b5aa7cd9df3c4386c34c80032b /lib.rs
parentRemove LD_LIBRARY_PATH override from travis config (diff)
downloadrust-openssl-7d1dfe33e6b19af32e93850f18e29ecdfa1601d8.tar.xz
rust-openssl-7d1dfe33e6b19af32e93850f18e29ecdfa1601d8.zip
Integration of BN functions.
Diffstat (limited to 'lib.rs')
-rw-r--r--lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib.rs b/lib.rs
index e5719f58..3e0f3b92 100644
--- a/lib.rs
+++ b/lib.rs
@@ -11,3 +11,4 @@ extern crate sync;
pub mod ssl;
pub mod crypto;
+pub mod bn;