diff options
author | Rich Salz <rsalz@openssl.org> | 2017-08-21 23:22:19 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2017-08-22 20:15:40 +0200 |
commit | 0e97f1e1a7f43be3a5e5c6256fe6bcb90caf9e01 (patch) | |
tree | 640bd7aea51a53d5e98666aa8ef2cb78270bdff6 /crypto/bio/bss_sock.c | |
parent | Remove useless macros in apps/speed.c (diff) | |
download | openssl-0e97f1e1a7f43be3a5e5c6256fe6bcb90caf9e01.tar.xz openssl-0e97f1e1a7f43be3a5e5c6256fe6bcb90caf9e01.zip |
(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)
Diffstat (limited to 'crypto/bio/bss_sock.c')
-rw-r--r-- | crypto/bio/bss_sock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/bio/bss_sock.c b/crypto/bio/bss_sock.c index 744b768d12..71be1cde83 100644 --- a/crypto/bio/bss_sock.c +++ b/crypto/bio/bss_sock.c @@ -9,7 +9,6 @@ #include <stdio.h> #include <errno.h> -#define USE_SOCKETS #include "bio_lcl.h" #include "internal/cryptlib.h" |