Fixing the CI tests
This commit is contained in:
parent
fccb2eab4e
commit
9f1066704c
|
|
@ -177,7 +177,7 @@ extern "C" {
|
||||||
dmp1: *mut *const ::BIGNUM,
|
dmp1: *mut *const ::BIGNUM,
|
||||||
dmq1: *mut *const ::BIGNUM,
|
dmq1: *mut *const ::BIGNUM,
|
||||||
iqmp: *mut *const ::BIGNUM,
|
iqmp: *mut *const ::BIGNUM,
|
||||||
) -> c_int;
|
);
|
||||||
pub fn RSA_set0_key(
|
pub fn RSA_set0_key(
|
||||||
r: *mut ::RSA,
|
r: *mut ::RSA,
|
||||||
n: *mut ::BIGNUM,
|
n: *mut ::BIGNUM,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue