Fix error codes.
[oweals/openssl.git] / apps / s_server.c
index 43f824b90d9f0301500c48acb00bb88df60d33fb..23d2217625a3176e5b570f47be1570e2123369a7 100644 (file)
@@ -284,7 +284,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
 
 
 #ifdef MONOLITH