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

Define SMTC_MODULE for liblegacy.a to avoid multiple definition #679

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

dongbeiouba
Copy link
Member

@dongbeiouba dongbeiouba commented Dec 11, 2024

Fix compilation failure issue found in coverity CI. Multiple definition of ossl_set_error_state and ossl_prov_is_running when enable smtc, legacy and module, so SMTC shoud be defined for liblegacy.a.

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

@dongbeiouba dongbeiouba requested review from InfoHunter, wa5i and a team December 11, 2024 04:11
@dongbeiouba dongbeiouba added bug Something isn't working master labels Dec 11, 2024
@dongbeiouba dongbeiouba self-assigned this Dec 11, 2024
Fix compilation failure issue found in coverity CI.
Multiple definition of ossl_set_error_state and ossl_prov_is_running
when enable smtc, legacy and module, so SMTC shoud be defined for
liblegacy.a.
@InfoHunter InfoHunter merged commit ed73ca7 into Tongsuo-Project:master Dec 17, 2024
92 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working master
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants