Skip to content

Commit 51fc569

Browse files
authored
Merge pull request #2168 from sfackler/alex-patch-1
Added binding for EVP_default_properties_enable_fips
2 parents 3acf2ef + 3c53dee commit 51fc569

File tree

1 file changed

+1
-0
lines changed
  • openssl-sys/src/handwritten

1 file changed

+1
-0
lines changed

openssl-sys/src/handwritten/evp.rs

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ cfg_if! {
6969
if #[cfg(ossl300)] {
7070
extern "C" {
7171
pub fn EVP_default_properties_is_fips_enabled(libctx: *mut OSSL_LIB_CTX) -> c_int;
72+
pub fn EVP_default_properties_enable_fips(libctx: *mut OSSL_LIB_CTX, enable: c_int) -> c_int;
7273
}
7374
}
7475
}

0 commit comments

Comments
 (0)