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 undefined ipi_spec_dst for cygwin build. #19134

Closed
wants to merge 1 commit into from

Conversation

blunderer
Copy link
Contributor

The 'struct in_pktinfo' doesn't have a 'ipi_spec_dst' field on windows
OS which break cygwin builds of OpenSSL.

Signed-off-by: Tristan Lelong tlelong@google.com

@openssl-machine openssl-machine added the hold: cla required The contributor needs to submit a license agreement label Sep 5, 2022
@blunderer
Copy link
Contributor Author

FYI: ICLA was submitted right before sending the pull request, but it probably needs some time to be processed.

@t8m t8m requested a review from hlandau September 5, 2022 19:22
@t8m t8m added branch: master Merge to master branch triaged: bug The issue/pr is/fixes a bug approval: review pending This pull request needs review by a committer approval: otc review pending labels Sep 5, 2022
@hlandau hlandau removed the approval: review pending This pull request needs review by a committer label Sep 6, 2022
@t8m t8m added approval: done This pull request has the required number of approvals and removed approval: otc review pending labels Sep 7, 2022
@t8m t8m closed this Sep 7, 2022
@t8m t8m reopened this Sep 7, 2022
@openssl-machine openssl-machine removed the hold: cla required The contributor needs to submit a license agreement label Sep 7, 2022
@t8m t8m added approval: done This pull request has the required number of approvals and removed approval: done This pull request has the required number of approvals labels Sep 7, 2022
The 'struct in_pktinfo' doesn't have a 'ipi_spec_dst' field on windows
OS which break cygwin builds of OpenSSL.

Signed-off-by: Tristan Lelong <tlelong@google.com>
@blunderer
Copy link
Contributor Author

I rebased the branch against openssl/master, and the CLA required flag was removed.

@t8m
Copy link
Member

t8m commented Sep 8, 2022

Still OK

@t8m t8m 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 Sep 8, 2022
@t8m
Copy link
Member

t8m commented Sep 8, 2022

Merged to master branch. Thank you for your contribution.

@t8m t8m closed this Sep 8, 2022
openssl-machine pushed a commit that referenced this pull request Sep 8, 2022
The 'struct in_pktinfo' doesn't have a 'ipi_spec_dst' field on windows
OS which break cygwin builds of OpenSSL.

Signed-off-by: Tristan Lelong <tlelong@google.com>

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #19134)
@blunderer blunderer deleted the fix-cygwin-build branch September 9, 2022 07:36
sftcd pushed a commit to sftcd/openssl that referenced this pull request Sep 24, 2022
The 'struct in_pktinfo' doesn't have a 'ipi_spec_dst' field on windows
OS which break cygwin builds of OpenSSL.

Signed-off-by: Tristan Lelong <tlelong@google.com>

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from openssl#19134)
beldmit pushed a commit to beldmit/openssl that referenced this pull request Dec 26, 2022
The 'struct in_pktinfo' doesn't have a 'ipi_spec_dst' field on windows
OS which break cygwin builds of OpenSSL.

Signed-off-by: Tristan Lelong <tlelong@google.com>

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from openssl#19134)
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 triaged: bug The issue/pr is/fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants