]> git.ipfire.org Git - thirdparty/openssl.git/commit
Exclude include of poll.h from NonStop builds - not defined on platform.
authorRandall S. Becker <randall.becker@nexbridge.ca>
Thu, 7 Sep 2023 14:15:21 +0000 (15:15 +0100)
committerHugo Landau <hlandau@openssl.org>
Fri, 8 Sep 2023 16:21:38 +0000 (17:21 +0100)
commitaff99225f946d8f538b5e0cb95fc65d5cd36b99b
treeb35f90ed9c5a1eea7197acfa0edef21e912c24da
parente9f8e92645361e3596ccc43fa7cbca5245492cd2
Exclude include of poll.h from NonStop builds - not defined on platform.

socket.h has been modified so that poll.h is omitted for OPENSSL_SYS_NONSTOP
builds. The platform configuration is derived from UNIX so the include is
only omitted for NonStop but kept in the OPENSSL_SYS_UNIX include block.

Fixes: #22001
Signed-off-by: Randall S. Becker <randall.becker@nexbridge.ca>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22006)
include/internal/sockets.h