20 Star 0 Fork 14

openEuler-RISC-V/attest-tools

forked from src-openEuler/attest-tools 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
attest-tools-support-openssl-3.0.patch 832 Bytes
一键复制 编辑 原始数据 按行查看 历史
Huaxin Lu 提交于 2023-02-10 13:45 . attest tools support openssl 3.0.0
From 63001de4b2b56d2a94c2e806f03ade285c4c9533 Mon Sep 17 00:00:00 2001
From: Huaxin Lu <luhuaxin1@huawei.com>
Date: Fri, 10 Feb 2023 13:41:25 +0800
Subject: [PATCH] attest tools support openssl 3.0
Signed-off-by: Huaxin Lu <luhuaxin1@huawei.com>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 9b2e89c..ab774c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,7 +58,7 @@ AC_CHECK_LIB([digestlist-base], [new_key_pgp],[digestlists_pgp=true],[],[])
AM_CONDITIONAL([DIGESTLISTS], [test x$digestlists = xtrue])
AM_CONDITIONAL([DIGESTLISTS_PGP], [test x$digestlists_pgp = xtrue])
-CFLAGS="$CFLAGS -Wall -Werror -DTPM_POSIX"
+CFLAGS="$CFLAGS -Wall -Werror -DTPM_POSIX -Wno-deprecated-declarations -Wno-discarded-qualifiers"
AC_SUBST(CFLAGS)
--
2.33.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openeuler-risc-v/attest-tools.git
git@gitee.com:openeuler-risc-v/attest-tools.git
openeuler-risc-v
attest-tools
attest-tools
master

搜索帮助