-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 compiler warnings in test_suite_pk.function #9250
Conversation
Signed-off-by: Elena Uziunaite <[email protected]>
Signed-off-by: Elena Uziunaite <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Should it have a change-log since these are user-facing changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
We do not normally do changelog entries for test code. We should have 3.6 backports though. |
We don't write changelog entries for test improvements, but this is a build failure, and it's user-reported, so I think we should have a changelog entry. |
Signed-off-by: Elena Uziunaite <[email protected]>
Done, let me know if it's good. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -0,0 +1,3 @@ | |||
Bugfix | |||
* Fix redefinition warnings when SECP192R1 and/or SECP192K1 are disabled. | |||
Fixes #9029. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The last line is missing a newline at the end. That confuses some tools including assemble_changelog.py
.
Signed-off-by: Elena Uziunaite <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Ignoring Open CI fail, as internal passed. |
d9392f0
Description
A fix for compiler warnings in test_suite_pk.function when SECP192R1 or/and SECP192K1 are disabled, see #9029
PR checklist
Please tick as appropriate and edit the reasons (e.g.: "backport: not needed because this is a new feature")
Notes for the submitter
Please refer to the contributing guidelines, especially the
checklist for PR contributors.
Help make review efficient: