X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/bfe645c1570343d3adca657ab67998e122ca8792..1d28cc061677bd07d9bed48dd84bd5c590247043:/src/src/auths/tls.h diff --git a/src/src/auths/tls.h b/src/src/auths/tls.h index bf2a2a1c6..472a3e260 100644 --- a/src/src/auths/tls.h +++ b/src/src/auths/tls.h @@ -4,6 +4,7 @@ /* Copyright (c) Jeremy Harris 2015 */ /* See the file NOTICE for conditions of use and distribution. */ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* Private structure for the private options. */ @@ -27,4 +28,4 @@ extern auth_tls_options_block auth_tls_option_defaults; extern void auth_tls_init(auth_instance *); extern int auth_tls_server(auth_instance *, uschar *); -/* End of sa.h */ +/* End of tls.h */