Removed BN_sub_word signature for the time being.
This commit is contained in:
parent
2ef537cfb2
commit
7cbe372ce1
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue