summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortedu <>2014-04-16 02:51:01 +0000
committertedu <>2014-04-16 02:51:01 +0000
commit5fb8bd02e85e6249f90500e7da3ad8b2b7c989ee (patch)
tree22b959868e9c563d4fd7a731742f7c5d32dd1238 /src
parent80432c0b37878633214c367904ed04883e0dcce8 (diff)
downloadopenbsd-5fb8bd02e85e6249f90500e7da3ad8b2b7c989ee.tar.gz
openbsd-5fb8bd02e85e6249f90500e7da3ad8b2b7c989ee.tar.bz2
openbsd-5fb8bd02e85e6249f90500e7da3ad8b2b7c989ee.zip
missed vms comment
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/src/apps/s_client.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libssl/src/apps/s_client.c b/src/lib/libssl/src/apps/s_client.c
index 6ca36de0ea..637e85e570 100644
--- a/src/lib/libssl/src/apps/s_client.c
+++ b/src/lib/libssl/src/apps/s_client.c
@@ -147,10 +147,6 @@
147#define APPS_WIN16 147#define APPS_WIN16
148#endif 148#endif
149 149
150/* With IPv6, it looks like Digital has mixed up the proper order of
151 recursive header file inclusion, resulting in the compiler complaining
152 that u_int isn't defined, but only if _POSIX_C_SOURCE is defined, which
153 is needed to have fileno() declared correctly... So let's define u_int */
154#define USE_SOCKETS 150#define USE_SOCKETS
155#include "apps.h" 151#include "apps.h"
156#include <openssl/x509.h> 152#include <openssl/x509.h>