]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/bio/b_sock.c
Fix crypto/bio/b_sock.c for VMS
authorRichard Levitte <levitte@openssl.org>
Mon, 17 May 2021 18:20:35 +0000 (20:20 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 19 May 2021 10:41:34 +0000 (12:41 +0200)
commit857cbe176f28e3f178e492159fa9f2f203e845cd
tree644a9d07ea95e5152dfbceea4b62d15d05e2b1c7
parentfea559085bbe873f0f81751653cf673a7b00a95c
Fix crypto/bio/b_sock.c for VMS

Current VMS C-RTL does not have <sys/select.h>.  <sys/socket.h> is
a good enough replacement to get fd_set.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15319)
crypto/bio/b_sock.c