Loading openssl-sys/src/handwritten/cms.rs +5 −5 Original line number Diff line number Diff line Loading @@ -37,11 +37,11 @@ extern "C" { #[cfg(ossl101)] pub fn CMS_verify( cms: *mut ::CMS_ContentInfo, certs: *mut ::stack_st_X509, store: *mut ::X509_STORE, indata: *mut ::BIO, out: *mut ::BIO, cms: *mut CMS_ContentInfo, certs: *mut stack_st_X509, store: *mut X509_STORE, indata: *mut BIO, out: *mut BIO, flags: c_uint, ) -> c_int; Loading Loading
openssl-sys/src/handwritten/cms.rs +5 −5 Original line number Diff line number Diff line Loading @@ -37,11 +37,11 @@ extern "C" { #[cfg(ossl101)] pub fn CMS_verify( cms: *mut ::CMS_ContentInfo, certs: *mut ::stack_st_X509, store: *mut ::X509_STORE, indata: *mut ::BIO, out: *mut ::BIO, cms: *mut CMS_ContentInfo, certs: *mut stack_st_X509, store: *mut X509_STORE, indata: *mut BIO, out: *mut BIO, flags: c_uint, ) -> c_int; Loading