]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Wrap use of poll.h to prevent including on NonStop.
authorRandall S. Becker <randall.becker@nexbridge.ca>
Wed, 12 Feb 2025 14:40:59 +0000 (14:40 +0000)
committerNeil Horman <nhorman@openssl.org>
Fri, 14 Mar 2025 11:40:40 +0000 (07:40 -0400)
Fixes: #26724
Signed-off-by: Randall S. Becker <randall.becker@nexbridge.ca>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/26726)

include/internal/sockets.h

index 8e2f4414b52e7630b2f7a9a2e8f9b9144ebd095e..d28208b313407a8069f22acb64b7f4f45f853122 100644 (file)
@@ -98,7 +98,6 @@ typedef size_t socklen_t;        /* Currently appears to be missing on VMS */
 #   include <in.h>
 #   include <inet.h>
 #  else
-#   include <poll.h>
 #   include <sys/socket.h>
 #   if !defined(NO_SYS_UN_H) && defined(AF_UNIX) && !defined(OPENSSL_NO_UNIX_SOCK)
 #    include <sys/un.h>