Fix 2-phase, in-order queue run delivery order
[exim.git] / src / src / auths / tls.c
index d3ca8f7964df582a463ac8a8c81d130250e92efd..85b9a6722fc438c079b5453614baa8e4422784f1 100644 (file)
@@ -2,9 +2,10 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/
 
 *     Exim - an Internet mail transport agent    *
 *************************************************/
 
+/* Copyright (c) The Exim Maintainers 2024 */
 /* Copyright (c) Jeremy Harris 1995 - 2020 */
 /* See the file NOTICE for conditions of use and distribution. */
 /* Copyright (c) Jeremy Harris 1995 - 2020 */
 /* See the file NOTICE for conditions of use and distribution. */
-/* SPDX-License-Identifier: GPL-2.0-only */
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 
 /* This file provides an Exim authenticator driver for
 a server to verify a client SSL certificate
 
 /* This file provides an Exim authenticator driver for
 a server to verify a client SSL certificate
@@ -12,6 +13,8 @@ a server to verify a client SSL certificate
 
 
 #include "../exim.h"
 
 
 #include "../exim.h"
+
+#ifdef AUTH_TLS                /* Remainder of file */
 #include "tls.h"
 
 /* Options specific to the tls authentication mechanism. */
 #include "tls.h"
 
 /* Options specific to the tls authentication mechanism. */
@@ -91,5 +94,6 @@ return auth_check_serv_cond(ablock);
 }
 
 
 }
 
 
-#endif   /*!MACRO_PREDEF*/
+#endif /*!MACRO_PREDEF*/
+#endif /*AUTH_TLS*/
 /* End of tls.c */
 /* End of tls.c */