Skip to content

Commit

Permalink
Merge pull request #2168 from sfackler/alex-patch-1
Browse files Browse the repository at this point in the history
Added binding for EVP_default_properties_enable_fips
  • Loading branch information
alex committed Feb 13, 2024
2 parents 3acf2ef + 3c53dee commit 51fc569
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openssl-sys/src/handwritten/evp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
Expand Down

0 comments on commit 51fc569

Please sign in to comment.