Loading openssl-sys/src/ossl_typ.rs +1 −0 Original line number Diff line number Diff line Loading @@ -947,6 +947,7 @@ cfg_if! { } #[repr(C)] #[cfg(not(osslconf = "OPENSSL_NO_SRP"))] pub struct SRP_CTX { SRP_cb_arg: *mut c_void, TLS_ext_srp_username_callback: *mut c_void, Loading Loading
openssl-sys/src/ossl_typ.rs +1 −0 Original line number Diff line number Diff line Loading @@ -947,6 +947,7 @@ cfg_if! { } #[repr(C)] #[cfg(not(osslconf = "OPENSSL_NO_SRP"))] pub struct SRP_CTX { SRP_cb_arg: *mut c_void, TLS_ext_srp_username_callback: *mut c_void, Loading