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) --- apps/ocsp.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/ocsp.c') diff --git a/apps/ocsp.c b/apps/ocsp.c index 3e1201ff73..8f7b1c8b0b 100644 --- a/apps/ocsp.c +++ b/apps/ocsp.c @@ -17,8 +17,6 @@ NON_EMPTY_TRANSLATION_UNIT * on OpenVMS */ # endif -# define USE_SOCKETS - # include # include # include -- cgit v1.2.3