undef NETWARE_CLIB and NETWARE_LIBC
authortedu <tedu@openbsd.org>
Fri, 18 Apr 2014 02:48:58 +0000 (02:48 +0000)
committertedu <tedu@openbsd.org>
Fri, 18 Apr 2014 02:48:58 +0000 (02:48 +0000)
lib/libssl/src/apps/ocsp.c

index 330d850..fa964b8 100644 (file)
 #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)