代码拉取完成,页面将自动刷新
From 9ffb8af6f00224c93caa8d738414502b7483a2a0 Mon Sep 17 00:00:00 2001
From: jinlun <jinlun@huawei.com>
Date: Wed, 14 Aug 2024 15:24:31 +0800
Subject: [PATCH] add FIPS_mode_set support
---
include/openssl/fips.h | 1 +
1 files changed, 1 insertions(+)
diff --git a/include/openssl/fips.h b/include/openssl/fips.h
index 4162cbf..5e89003 100644
--- a/include/openssl/fips.h
+++ b/include/openssl/fips.h
@@ -19,6 +19,7 @@ extern "C" {
# endif
# define FIPS_mode() EVP_default_properties_is_fips_enabled(NULL)
+# define FIPS_mode_set(r) EVP_default_properties_enable_fips(NULL, r)
# ifdef __cplusplus
}
--
2.27.0
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。