From: Dr. Stephen Henson Date: Fri, 5 Jun 2009 14:56:48 +0000 (+0000) Subject: Stop warning if dtls disabled. X-Git-Tag: OpenSSL_1_0_0-beta3~58 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=67d8ab07e68bc8e8f2f50272edb877b200d46cd6;p=oweals%2Fopenssl.git Stop warning if dtls disabled. --- 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";