artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42b5824
)
undef NETWARE_CLIB and NETWARE_LIBC
author
tedu
<tedu@openbsd.org>
Fri, 18 Apr 2014 02:48:58 +0000
(
02:48
+0000)
committer
tedu
<tedu@openbsd.org>
Fri, 18 Apr 2014 02:48:58 +0000
(
02:48
+0000)
lib/libssl/src/apps/ocsp.c
patch
|
blob
|
history
diff --git
a/lib/libssl/src/apps/ocsp.c
b/lib/libssl/src/apps/ocsp.c
index
330d850
..
fa964b8
100644
(file)
--- 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)