Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compile error #547

Merged
merged 1 commit into from
Dec 5, 2023
Merged

Fix compile error #547

merged 1 commit into from
Dec 5, 2023

Conversation

dongbeiouba
Copy link
Member

Fix:
crypto/ec/ec_asn1.c:227:1: error: C++ style comments are not allowed in ISO C90 [-Werror]
//DECLARE_STATIC_ASN1_ENCODE_FUNCTIONS_const(ECPKPARAMETERS, ECPKPARAMETERS)

Checklist
  • https://yuque.com/tsdoc 增加或更新了必要的文档
  • 增加或更新了必要的测试用例
  • 对于重要修改,更新了CHANGES文件
  • 当前修改存在对已有API参数或返回值的改变
  • 当前修改存在对旧版本功能的兼容性改变(如网络协议或密码算法)

Fix:
crypto/ec/ec_asn1.c:227:1: error: C++ style comments are not allowed in ISO C90 [-Werror]
 //DECLARE_STATIC_ASN1_ENCODE_FUNCTIONS_const(ECPKPARAMETERS, ECPKPARAMETERS)
@InfoHunter InfoHunter merged commit 186b3a8 into Tongsuo-Project:8.3-stable Dec 5, 2023
55 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants