We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3acf2ef + 3c53dee commit 51fc569Copy full SHA for 51fc569
openssl-sys/src/handwritten/evp.rs
@@ -69,6 +69,7 @@ cfg_if! {
69
if #[cfg(ossl300)] {
70
extern "C" {
71
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;
73
}
74
75
0 commit comments