Commit 7cbe372c authored by Chris Cole's avatar Chris Cole
Browse files

Removed BN_sub_word signature for the time being.

parent 2ef537cf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;