[openssl/openssl] c22c98: Gate setting of ipi_spec_dst on not building for f...
Neil Horman
noreply at github.com
Thu Mar 7 13:32:16 UTC 2024
Branch: refs/heads/openssl-3.2
Home: https://github.com/openssl/openssl
Commit: c22c985e5d556f3521504e0ab3f1426bdd6afce1
https://github.com/openssl/openssl/commit/c22c985e5d556f3521504e0ab3f1426bdd6afce1
Author: Neil Horman <nhorman at openssl.org>
Date: 2024-03-07 (Thu, 07 Mar 2024)
Changed paths:
M crypto/bio/bss_dgram.c
Log Message:
-----------
Gate setting of ipi_spec_dst on not building for freebsd
some variants of FreeBSD (notably Dells OneFS) implement IP_PKTINFO
partially, and as such the build breaks for those variants.
specifically, it supports IP_PKTINFO, but the in_pktinfo struct has no
defined ipi_spec_dst field. Work around this by gating the setting of
that variable on not building for FreeBSD
Fixes #23739
Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Tim Hudson <tjh at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23753)
(cherry picked from commit b5e076bee3c0445c108a6a35f077083ee42f9d80)
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
More information about the openssl-commits
mailing list