We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3acf2ef commit 3c53deeCopy full SHA for 3c53dee
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