aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_server.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_server.c
parent188b05792fafa43904fb2c471a734dbfabc98f98 (diff)
downloadopenssl-b29228836aacf1280b6eda9c8faec06489143e43.tar.gz
DJGPP changes. Contributed by Doug Kaufman <dkaufman@rahul.net>
Diffstat (limited to 'apps/s_server.c')
-rw-r--r--apps/s_server.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/s_server.c b/apps/s_server.c
index 59b6305e97..afc27e15c9 100644
--- a/apps/s_server.c
+++ b/apps/s_server.c
@@ -262,6 +262,9 @@ static char *engine_id=NULL;
static const char *session_id_prefix=NULL;
static int enable_timeouts = 0;
+#ifdef mtu
+#undef mtu
+#endif
static long mtu;
static int cert_chain = 0;
@@ -534,6 +537,9 @@ int MAIN(int argc, char *argv[])
int no_tmp_rsa=0,no_dhe=0,no_ecdhe=0,nocert=0;
int state=0;
SSL_METHOD *meth=NULL;
+#ifdef sock_type
+#undef sock_type
+#endif
int sock_type=SOCK_STREAM;
#ifndef OPENSSL_NO_ENGINE
ENGINE *e=NULL;