summaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-05-30 22:37:41 +0000
committerRichard Levitte <levitte@openssl.org>2005-05-30 22:37:41 +0000
commit77b97ee0d764dd09252aaaa02ff68992ca18a74d (patch)
tree3f82cf77e0e8381d15582ff3ca0133114e5cd960 /apps/s_client.c
parente2ac4732cd4f0efc3dff3261d19aed0ced2c4dde (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;