summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2014-04-18 02:48:59 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2014-04-18 02:48:59 +0000
commit7971037028745ca12285ada5018c904ff4a649ce (patch)
tree90e070d69c4d5c2672750b66911262c8b062f8b5
parentf5521b1e4f67114bc541c2251467ef473f01f2f6 (diff)
undef NETWARE_CLIB and NETWARE_LIBC
-rw-r--r--lib/libssl/src/apps/ocsp.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/libssl/src/apps/ocsp.c b/lib/libssl/src/apps/ocsp.c
index 330d850890d..fa964b8125d 100644
--- a/lib/libssl/src/apps/ocsp.c
+++ b/lib/libssl/src/apps/ocsp.c
@@ -71,21 +71,6 @@
#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)