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 compilation on Windows using icc #23415

Closed
wants to merge 1 commit into from

Conversation

mattcaswell
Copy link
Member

@mattcaswell mattcaswell commented Jan 29, 2024

The parameter list for CRYPTO_DOWN_REF for the icc on windows build was incorrect.

This issue was introduced by 99fd5b2

Note I do not have access to this environment to test this...

Fixes #23414

@mattcaswell mattcaswell added branch: master Merge to master branch approval: review pending This pull request needs review by a committer approval: otc review pending This pull request needs review by an OTC member triaged: bug The issue/pr is/fixes a bug severity: regression The issue/pr is a regression from previous released version tests: exempted The PR is exempt from requirements for testing branch: 3.2 Merge to openssl-3.2 labels Jan 29, 2024
@mattcaswell
Copy link
Member Author

@UlrichKamke can you confirm that this patch fixes the build and that the tests still pass?

The parameter list for CRYPTO_DOWN_REF for the icc on windows build was
incorrect.

This issue was introduced by 99fd5b2

Fixes openssl#23414
@github-actions github-actions bot added the severity: fips change The pull request changes FIPS provider sources label Jan 29, 2024
@levitte levitte removed the approval: otc review pending This pull request needs review by an OTC member label Jan 29, 2024
@hlandau hlandau added approval: done This pull request has the required number of approvals and removed approval: review pending This pull request needs review by a committer labels Jan 29, 2024
@openssl-machine openssl-machine added approval: ready to merge The 24 hour grace period has passed, ready to merge and removed approval: done This pull request has the required number of approvals labels Jan 30, 2024
@openssl-machine
Copy link
Collaborator

This pull request is ready to merge

@UlrichKamke
Copy link

Hello Matt,

why do you merged your fix from #23414 not in the release 3.2.1? So we could use an official stable version 3.2.1. Your patch 23414 works for us.

@mattcaswell
Copy link
Member Author

why do you merged your fix from #23414 not in the release 3.2.1? So we could use an official stable version 3.2.1. Your patch 23414 works for us.

We were in code freeze from last week due to the release. This fix didn't hit "ready-to-merge" status until too late, so missed the 3.2.1 release. It will be merged soon and will be available in 3.2.2.

@mattcaswell
Copy link
Member Author

Pushed to master/3.2.

openssl-machine pushed a commit that referenced this pull request Jan 31, 2024
The parameter list for CRYPTO_DOWN_REF for the icc on windows build was
incorrect.

This issue was introduced by 99fd5b2

Fixes #23414

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from #23415)

(cherry picked from commit 20ddfe7)
openssl-machine pushed a commit that referenced this pull request Jan 31, 2024
The parameter list for CRYPTO_DOWN_REF for the icc on windows build was
incorrect.

This issue was introduced by 99fd5b2

Fixes #23414

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from #23415)
Sashan pushed a commit to Sashan/openssl that referenced this pull request Feb 12, 2024
The parameter list for CRYPTO_DOWN_REF for the icc on windows build was
incorrect.

This issue was introduced by 99fd5b2

Fixes openssl#23414

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from openssl#23415)
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 branch: 3.2 Merge to openssl-3.2 severity: fips change The pull request changes FIPS provider sources severity: regression The issue/pr is a regression from previous released version tests: exempted The PR is exempt from requirements for testing triaged: bug The issue/pr is/fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

openssl 3.2.0 does not compile with icc on windows
5 participants