!108 【LLVM平行宇宙】修改一个重复定义问题,以支持gcc和llvm都可以构建本软件包

From: @cf-zhao 
Reviewed-by: @zhujianwei001 
Signed-off-by: @zhujianwei001
This commit is contained in:
openeuler-ci-bot 2023-06-12 03:10:09 +00:00 committed by Gitee
commit 860f1d2751
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 2 deletions

View File

@ -313,7 +313,7 @@ index 0000000..83d787f
+ PRUint32 num; + PRUint32 num;
+}; +};
+ +
+typedef struct SM3ContextStr SM3Context; +
+ +
+#endif /* _SM3_H_ */ +#endif /* _SM3_H_ */
-- --

View File

@ -14,7 +14,7 @@
Summary: Network Security Services Summary: Network Security Services
Name: nss Name: nss
Version: %{nss_version} Version: %{nss_version}
Release: 2 Release: 3
License: MPLv2.0 License: MPLv2.0
URL: http://www.mozilla.org/projects/security/pki/nss/ URL: http://www.mozilla.org/projects/security/pki/nss/
Provides: nss-system-init Provides: nss-system-init
@ -554,6 +554,9 @@ update-crypto-policies &>/dev/null||:
%doc %{_mandir}/man* %doc %{_mandir}/man*
%changelog %changelog
* Thu Jun 8 2023 zhaochuanfeng <zhaochuanfeng@huawei.com> - 3.85.0-3
- Fix an issue when building with clang
* Mon Mar 6 2023 zhouchenchen <zhouchenchen@huawei.com> - 3.85.0-2 * Mon Mar 6 2023 zhouchenchen <zhouchenchen@huawei.com> - 3.85.0-2
- update nss-util and nsscofig version - update nss-util and nsscofig version