summaryrefslogtreecommitdiffstats
path: root/apps/ocsp.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2018-01-06 11:49:53 -0500
committerRich Salz <rsalz@openssl.org>2018-01-07 09:51:54 -0500
commit617b49db14fa4c1211bfc5d0e88294d0f159c9a9 (patch)
tree314445188004c85c283c0f5a29fac214d3f5230e /apps/ocsp.c
parent9422d45de2b70cabec5f6e6a5c812e0647e6d3ab (diff)
Remove remaining NETWARE ifdef's
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5028)
Diffstat (limited to 'apps/ocsp.c')
-rw-r--r--apps/ocsp.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/apps/ocsp.c b/apps/ocsp.c
index 87c841dd38..5d4fa78cf0 100644
--- a/apps/ocsp.c
+++ b/apps/ocsp.c
@@ -33,21 +33,6 @@ NON_EMPTY_TRANSLATION_UNIT
# include <openssl/bn.h>
# include <openssl/x509v3.h>
-# if defined(NETWARE_CLIB)
-# ifdef NETWARE_BSDSOCK
-# include <sys/socket.h>
-# include <sys/bsdskt.h>
-# else
-# include <novsock2.h>
-# endif
-# elif defined(NETWARE_LIBC)
-# ifdef NETWARE_BSDSOCK
-# include <sys/select.h>
-# else
-# include <novsock2.h>
-# endif
-# endif
-
/* Maximum leeway in validity period: default 5 minutes */
# define MAX_VALIDITY_PERIOD (5 * 60)