[openssl/openssl] b5e076: Gate setting of ipi_spec_dst on not building for f...

Neil Horman noreply at github.com
Thu Mar 7 13:31:16 UTC 2024


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: b5e076bee3c0445c108a6a35f077083ee42f9d80
      https://github.com/openssl/openssl/commit/b5e076bee3c0445c108a6a35f077083ee42f9d80
  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)



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