diff options
author | tedu <> | 2014-04-18 02:48:58 +0000 |
---|---|---|
committer | tedu <> | 2014-04-18 02:48:58 +0000 |
commit | 357b674c69939cf99b5921e36e22d481164618d1 (patch) | |
tree | 3c1e59604df836eeb255251544549c6e6f879a05 /src | |
parent | 7297f71f060d771a619860ab20ee90f6dae9df39 (diff) | |
download | openbsd-357b674c69939cf99b5921e36e22d481164618d1.tar.gz openbsd-357b674c69939cf99b5921e36e22d481164618d1.tar.bz2 openbsd-357b674c69939cf99b5921e36e22d481164618d1.zip |
undef NETWARE_CLIB and NETWARE_LIBC
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/src/apps/ocsp.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/lib/libssl/src/apps/ocsp.c b/src/lib/libssl/src/apps/ocsp.c index 330d850890..fa964b8125 100644 --- a/src/lib/libssl/src/apps/ocsp.c +++ b/src/lib/libssl/src/apps/ocsp.c | |||
@@ -71,21 +71,6 @@ | |||
71 | #include <openssl/bn.h> | 71 | #include <openssl/bn.h> |
72 | #include <openssl/x509v3.h> | 72 | #include <openssl/x509v3.h> |
73 | 73 | ||
74 | #if defined(NETWARE_CLIB) | ||
75 | #ifdef NETWARE_BSDSOCK | ||
76 | #include <sys/socket.h> | ||
77 | #include <sys/bsdskt.h> | ||
78 | #else | ||
79 | #include <novsock2.h> | ||
80 | #endif | ||
81 | #elif defined(NETWARE_LIBC) | ||
82 | #ifdef NETWARE_BSDSOCK | ||
83 | #include <sys/select.h> | ||
84 | #else | ||
85 | #include <novsock2.h> | ||
86 | #endif | ||
87 | #endif | ||
88 | |||
89 | /* Maximum leeway in validity period: default 5 minutes */ | 74 | /* Maximum leeway in validity period: default 5 minutes */ |
90 | #define MAX_VALIDITY_PERIOD (5 * 60) | 75 | #define MAX_VALIDITY_PERIOD (5 * 60) |
91 | 76 | ||