From 617b49db14fa4c1211bfc5d0e88294d0f159c9a9 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Sat, 6 Jan 2018 11:49:53 -0500 Subject: Remove remaining NETWARE ifdef's Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/5028) --- apps/ocsp.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'apps/ocsp.c') 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 # include -# if defined(NETWARE_CLIB) -# ifdef NETWARE_BSDSOCK -# include -# include -# else -# include -# endif -# elif defined(NETWARE_LIBC) -# ifdef NETWARE_BSDSOCK -# include -# else -# include -# endif -# endif - /* Maximum leeway in validity period: default 5 minutes */ # define MAX_VALIDITY_PERIOD (5 * 60) -- cgit v1.2.3