(Re)move some things from e_os.h
authorRich Salz <rsalz@openssl.org>
Mon, 21 Aug 2017 21:22:19 +0000 (17:22 -0400)
committerRich Salz <rsalz@openssl.org>
Tue, 22 Aug 2017 18:15:40 +0000 (14:15 -0400)
commit0e97f1e1a7f43be3a5e5c6256fe6bcb90caf9e01
tree640bd7aea51a53d5e98666aa8ef2cb78270bdff6
parent94e1f8ab5a9e5996d1808f236c77343acfad9d33
(Re)move some things from e_os.h

Remove GETPID_IS_MEANINGLESS and osslargused.

Move socket-related things to new file internal/sockets.h; this is now
only needed by four(!!!) files.  Compiles should be a bit faster.
Remove USE_SOCKETS ifdef's

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4209)
19 files changed:
apps/ocsp.c
apps/openssl.c
apps/s_cb.c
apps/s_client.c
apps/s_server.c
apps/s_socket.c
apps/s_time.c
crypto/bio/bio_lcl.h
crypto/bio/bss_sock.c
crypto/mem.c
e_os.h
include/internal/sockets.h [new file with mode: 0644]
ssl/d1_lib.c
ssl/d1_msg.c
ssl/record/rec_layer_d1.c
ssl/record/rec_layer_s3.c
ssl/s3_msg.c
test/handshake_helper.c
test/ssltest_old.c