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

test/timing_load_creds.c: use OPENSSL_SYS_ macros #19720

Closed
wants to merge 1 commit into from

Conversation

levitte
Copy link
Member

@levitte levitte commented Nov 19, 2022

A previous change was only half done. To avoid such mistakes again, we
switch to using the OPENSSL_SYS_ macros, as the are clearer than having
to check a pile of very platform and compiler specific macros.

A previous change was only half done.  To avoid such mistakes again, we
switch to using the OPENSSL_SYS_ macros, as the are clearer than having
to check a pile of very platform and compiler specific macros.
@levitte levitte added approval: otc review pending This pull request needs review by an OTC member approval: review pending This pull request needs review by a committer branch: master Merge to master branch severity: urgent Fixes an urgent issue (exempt from 24h grace period) labels Nov 19, 2022
@levitte levitte self-assigned this Nov 19, 2022
@levitte levitte requested review from a team November 19, 2022 12:13
@levitte
Copy link
Member Author

levitte commented Nov 19, 2022

Urgent because VMS build failure

Copy link
Member

@beldmit beldmit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM if tests passed

@beldmit beldmit removed the approval: otc review pending This pull request needs review by an OTC member label Nov 19, 2022
@beldmit
Copy link
Member

beldmit commented Nov 19, 2022

Agreed urgent

1 similar comment
@beldmit
Copy link
Member

beldmit commented Nov 19, 2022

Agreed urgent

Copy link
Member

@mattcaswell mattcaswell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree urgent

@mattcaswell mattcaswell added approval: ready to merge The 24 hour grace period has passed, ready to merge and removed approval: review pending This pull request needs review by a committer labels Nov 21, 2022
@levitte
Copy link
Member Author

levitte commented Nov 21, 2022

Merged

83c1220 test/timing_load_creds.c: use OPENSSL_SYS_ macros

@levitte levitte closed this Nov 21, 2022
@levitte levitte deleted the fix-timing_load_creds branch November 21, 2022 09:38
openssl-machine pushed a commit that referenced this pull request Nov 21, 2022
A previous change was only half done.  To avoid such mistakes again, we
switch to using the OPENSSL_SYS_ macros, as the are clearer than having
to check a pile of very platform and compiler specific macros.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from #19720)
openssl-machine pushed a commit that referenced this pull request Nov 24, 2022
A previous change was only half done.  To avoid such mistakes again, we
switch to using the OPENSSL_SYS_ macros, as the are clearer than having
to check a pile of very platform and compiler specific macros.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from #19720)

(cherry picked from commit 83c1220)
beldmit pushed a commit to beldmit/openssl that referenced this pull request Dec 26, 2022
A previous change was only half done.  To avoid such mistakes again, we
switch to using the OPENSSL_SYS_ macros, as the are clearer than having
to check a pile of very platform and compiler specific macros.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from openssl#19720)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approval: ready to merge The 24 hour grace period has passed, ready to merge branch: master Merge to master branch severity: urgent Fixes an urgent issue (exempt from 24h grace period)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants