build: use pkg-config for i18n
[exim.git] / src / src / auths / tls.h
index 24e116464bec5936e5b7bcc0fc22e0ef954ab674..6b93786872aa7f2896a67c5afc24d73d9d01f6d6 100644 (file)
@@ -4,7 +4,7 @@
 
 /* Copyright (c) Jeremy Harris 2015 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Copyright (c) Jeremy Harris 2015 */
 /* 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 */
 
 /* Private structure for the private options. */
 
 
 /* Private structure for the private options. */
 
@@ -25,7 +25,7 @@ extern auth_tls_options_block auth_tls_option_defaults;
 
 /* The entry points for the mechanism */
 
 
 /* The entry points for the mechanism */
 
-extern void auth_tls_init(auth_instance *);
+extern void auth_tls_init(driver_instance *);
 extern int auth_tls_server(auth_instance *, uschar *);
 
 /* End of tls.h */
 extern int auth_tls_server(auth_instance *, uschar *);
 
 /* End of tls.h */