]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix undefined ipi_spec_dst for cygwin build.
authorTristan Lelong <tlelong@google.com>
Mon, 5 Sep 2022 09:14:40 +0000 (11:14 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 8 Sep 2022 05:54:30 +0000 (07:54 +0200)
commit7f4c65749f7e9e687d5aa38e9b3fb548705511b9
tree6d332e0823b545a5dd305fc079bc8a27a11986c0
parent8a2ec00d7f4bc34ca9111561699ec5ac03a3923e
Fix undefined ipi_spec_dst for cygwin build.

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 https://github.com/openssl/openssl/pull/19134)
crypto/bio/bss_dgram.c