Loading openssl-sys/src/ossl110.rs +1 −1 Original line number Diff line number Diff line Loading @@ -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, Loading Loading
openssl-sys/src/ossl110.rs +1 −1 Original line number Diff line number Diff line Loading @@ -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, Loading