Commit df0ad695 authored by Stefan Bühler's avatar Stefan Bühler
Browse files

Update some X509_CRL bindings for libressl281

parent f83ed2e0
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -401,13 +401,13 @@ extern "C" {
        serial: *mut ASN1_INTEGER,
    ) -> c_int;

    #[cfg(ossl110)]
    #[cfg(any(ossl110, libressl281))]
    pub fn X509_CRL_get_REVOKED(crl: *mut X509_CRL) -> *mut stack_st_X509_REVOKED;
    #[cfg(ossl110)]
    #[cfg(any(ossl110, libressl281))]
    pub fn X509_CRL_get0_nextUpdate(x: *const X509_CRL) -> *const ASN1_TIME;
    #[cfg(ossl110)]
    #[cfg(any(ossl110, libressl281))]
    pub fn X509_CRL_get0_lastUpdate(x: *const X509_CRL) -> *const ASN1_TIME;
    #[cfg(ossl110)]
    #[cfg(any(ossl110, libressl281))]
    pub fn X509_CRL_get_issuer(x: *const X509_CRL) -> *mut X509_NAME;

    #[cfg(ossl110)]