Removed BN_sub_word signature for the time being.

This commit is contained in:
Chris Cole 2014-09-28 00:00:17 -04:00
parent 2ef537cfb2
commit 7cbe372ce1
1 changed files with 0 additions and 1 deletions

View File

@ -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;