Unverified Commit 3c53dee1 authored by Alex Gaynor's avatar Alex Gaynor Committed by GitHub
Browse files

Added binding for EVP_default_properties_enable_fips

parent 3acf2eff
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -69,6 +69,7 @@ cfg_if! {
    if #[cfg(ossl300)] {
        extern "C" {
            pub fn EVP_default_properties_is_fips_enabled(libctx: *mut OSSL_LIB_CTX) -> c_int;
            pub fn EVP_default_properties_enable_fips(libctx: *mut OSSL_LIB_CTX, enable: c_int) -> c_int;
        }
    }
}