(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)
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)


No differences found