summaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-06-05 14:56:48 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-06-05 14:56:48 +0000
commit67d8ab07e68bc8e8f2f50272edb877b200d46cd6 (patch)
tree278c1bbda31a5db8c6a3c70e09ab5774b0010395 /apps/s_server.c
parent4e63da06698fd217d89a5ec39fd0c7b26dc8d0c0 (diff)
Stop warning if dtls disabled.
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";