Unverified Commit 3f68c0e5 authored by Jack Rickard's avatar Jack Rickard
Browse files

Use boringssl CRL functions, not structs

parent ae3b75f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1963,7 +1963,7 @@ cfg_if! {
}

cfg_if! {
    if #[cfg(any(ossl110, libressl350))] {
    if #[cfg(any(ossl110, libressl350, boringssl))] {
        use ffi::{
            X509_CRL_get_issuer, X509_CRL_get0_nextUpdate, X509_CRL_get0_lastUpdate,
            X509_CRL_get_REVOKED,