From 0e97f1e1a7f43be3a5e5c6256fe6bcb90caf9e01 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Mon, 21 Aug 2017 17:22:19 -0400 Subject: (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 (Merged from https://github.com/openssl/openssl/pull/4209) --- ssl/d1_msg.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ssl/d1_msg.c') diff --git a/ssl/d1_msg.c b/ssl/d1_msg.c index aaee3ca4d9..35a510d86f 100644 --- a/ssl/d1_msg.c +++ b/ssl/d1_msg.c @@ -7,7 +7,6 @@ * https://www.openssl.org/source/license.html */ -#define USE_SOCKETS #include "ssl_locl.h" int dtls1_write_app_data_bytes(SSL *s, int type, const void *buf_, size_t len, -- cgit v1.2.3