aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChris Cole <[email protected]>2014-09-28 00:00:17 -0400
committerChris Cole <[email protected]>2014-09-28 00:00:17 -0400
commit7cbe372ce1bd774f552f981c8cd2143757d5b7b5 (patch)
tree697246ee8baad66867aa6dc2d727593f0a1d421f /src
parentRemoving unused signatures for the time being. (diff)
downloadrust-openssl-7cbe372ce1bd774f552f981c8cd2143757d5b7b5.tar.xz
rust-openssl-7cbe372ce1bd774f552f981c8cd2143757d5b7b5.zip
Removed BN_sub_word signature for the time being.
Diffstat (limited to 'src')
-rw-r--r--src/bn/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bn/mod.rs b/src/bn/mod.rs
index 213792ae..cc64d8cd 100644
--- a/src/bn/mod.rs
+++ b/src/bn/mod.rs
@@ -28,7 +28,6 @@ extern {
fn BN_CTX_free(ctx: *mut BN_CTX);
fn BN_set_word(bn: *mut BIGNUM, n: c_ulong) -> c_int;
- fn BN_sub_word(bn: *mut BIGNUM, n: c_ulong) -> c_int;
fn BN_set_negative(bn: *mut BIGNUM, n: c_int);
fn BN_num_bits(bn: *mut BIGNUM) -> c_int;