]> git.ipfire.org Git - thirdparty/openssl.git/commit
Don't include sys/select.h on HP-UX as it doesn't exist
authorTom Hughes <tom@compton.nu>
Mon, 23 May 2022 11:55:10 +0000 (12:55 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 27 May 2022 06:05:48 +0000 (08:05 +0200)
commit737e849fd938a943cad207cde1c711e961f92294
tree8386ad4d3446241e0865bb8bc36d4ddfab06077b
parent416d0a638c1635a182e57fe80c7c065dd76818c0
Don't include sys/select.h on HP-UX as it doesn't exist

CLA: trivial

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18395)
crypto/bio/bio_sock.c