From 77b97ee0d764dd09252aaaa02ff68992ca18a74d Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 30 May 2005 22:37:41 +0000 Subject: DJGPP changes. Contributed by Doug Kaufman --- apps/s_client.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/s_client.c') 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; -- cgit v1.2.3