SPDX: Mass-update to GPL-2.0-or-later
[exim.git] / src / src / auths / dovecot.h
index 5c74180fef112a581e50a8f2684b114afddd5d48..74c451930c7c9088bbad9b839dca3a293e74416c 100644 (file)
@@ -1,16 +1,17 @@
-/* $Cambridge: exim/src/src/auths/dovecot.h,v 1.3 2009/11/16 19:50:38 nm4 Exp $ */
-
 /*************************************************
 *     Exim - an Internet mail transport agent    *
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2009 */
+/* Copyright (c) The Exim Maintainters 2020 */
 /* See the file NOTICE for conditions of use and distribution. */
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 
 /* Private structure for the private options. */
 
 typedef struct {
-  uschar *server_socket;
+  uschar *     server_socket;
+  BOOL         server_tls;
 } auth_dovecot_options_block;
 
 /* Data for reading the private options. */