summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2014-04-16 02:51:01 +0000
committertedu <tedu@openbsd.org>2014-04-16 02:51:01 +0000
commitbf1326f7dc9c4add1689ac05ea7331fdd9bc537e (patch)
tree67eb1285e5e2a9587bff81a0f35bb97b1995a3b4 /lib/libssl/src
parentfirst round of unifdef hammering (diff)
downloadwireguard-openbsd-bf1326f7dc9c4add1689ac05ea7331fdd9bc537e.tar.xz
wireguard-openbsd-bf1326f7dc9c4add1689ac05ea7331fdd9bc537e.zip
missed vms comment
Diffstat (limited to 'lib/libssl/src')
-rw-r--r--lib/libssl/src/apps/s_client.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libssl/src/apps/s_client.c b/lib/libssl/src/apps/s_client.c
index 6ca36de0ea4..637e85e570c 100644
--- a/lib/libssl/src/apps/s_client.c
+++ b/lib/libssl/src/apps/s_client.c
@@ -147,10 +147,6 @@
#define APPS_WIN16
#endif
-/* With IPv6, it looks like Digital has mixed up the proper order of
- recursive header file inclusion, resulting in the compiler complaining
- that u_int isn't defined, but only if _POSIX_C_SOURCE is defined, which
- is needed to have fileno() declared correctly... So let's define u_int */
#define USE_SOCKETS
#include "apps.h"
#include <openssl/x509.h>