From 67d8ab07e68bc8e8f2f50272edb877b200d46cd6 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 5 Jun 2009 14:56:48 +0000 Subject: [PATCH] Stop warning if dtls disabled. --- apps/s_server.c | 2 ++ 1 file changed, 2 insertions(+) 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"; -- 2.40.0