X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/f4d091fbe1f4cc0a6a7c11c174eaca32402290ec..a85c067ba6c6940512cf57ec213277a370d87e70:/src/src/lss.c diff --git a/src/src/lss.c b/src/src/lss.c index 59cbd7ff4..0d20c07b6 100644 --- a/src/src/lss.c +++ b/src/src/lss.c @@ -4,6 +4,7 @@ /* Copyright (c) University of Cambridge 1995 - 2015 */ /* See the file NOTICE for conditions of use and distribution. */ +/* SPDX-License-Identifier: GPL-2.0-only */ /* Support functions for calling from local_scan(). These are mostly just wrappers for various internal functions. */ @@ -115,9 +116,9 @@ Returns: a pointer to the zero-terminated base 64 string, which */ uschar * -lss_b64encode(uschar *clear, int len) +lss_b64encode(uschar * clear, int len) { -return b64encode(clear, len); +return b64encode(CUS clear, len); } /*