summaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-05-30 22:37:44 +0000
committerRichard Levitte <levitte@openssl.org>2005-05-30 22:37:44 +0000
commitb29228836aacf1280b6eda9c8faec06489143e43 (patch)
tree6534284e87263b5b220c7d937808a22dcec258dd /apps/s_client.c
parent188b05792fafa43904fb2c471a734dbfabc98f98 (diff)
DJGPP changes. Contributed by Doug Kaufman <dkaufman@rahul.net>
Diffstat (limited to 'apps/s_client.c')
-rw-r--r--apps/s_client.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/s_client.c b/apps/s_client.c
index eaa9269610..b22f3196e6 100644
--- a/apps/s_client.c
+++ b/apps/s_client.c
@@ -263,6 +263,9 @@ int MAIN(int argc, char **argv)
int starttls_proto = 0;
int prexit = 0, vflags = 0;
SSL_METHOD *meth=NULL;
+#ifdef sock_type
+#undef sock_type
+#endif
int sock_type=SOCK_STREAM;
BIO *sbio;
char *inrand=NULL;