Fixing the CI tests

This commit is contained in:
pe@pijul.org 2017-12-02 17:13:23 +01:00
parent fccb2eab4e
commit 9f1066704c
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ extern "C" {
dmp1: *mut *const ::BIGNUM,
dmq1: *mut *const ::BIGNUM,
iqmp: *mut *const ::BIGNUM,
) -> c_int;
);
pub fn RSA_set0_key(
r: *mut ::RSA,
n: *mut ::BIGNUM,