summaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-06-05 14:59:26 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-06-05 14:59:26 +0000
commit58f41a926a73bd5c49beb91991b486d4e0b544f5 (patch)
tree8d2cd903536ebd79dfb8c315727c6583fef3157d /apps/s_server.c
parent81d06ef2fd64512e3833a13bedc004802003fbfa (diff)
Updates from 1.0.0-stable
Diffstat (limited to 'apps/s_server.c')
-rw-r--r--apps/s_server.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/s_server.c b/apps/s_server.c
index 6bbbd7f732..6c9e6baba4 100644
--- a/apps/s_server.c
+++ b/apps/s_server.c
@@ -298,7 +298,9 @@ static const char *session_id_prefix=NULL;
static int enable_timeouts = 0;
static long socket_mtu;
+#ifndef OPENSSL_NO_DTLS1
static int cert_chain = 0;
+#endif
#ifndef OPENSSL_NO_PSK
static char *psk_identity="Client_identity";