Commit 39782084 authored by Ladislav Sládeček's avatar Ladislav Sládeček
Browse files

Rebase to current master with fixes.

parent 52fd5a40
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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;