X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Flss.c;h=e6ec1d6d13242ea70f40053264d433b495ab0328;hb=4f7a93c27e3d43b44c42d3fc503f03b9b42ca622;hp=59cbd7ff4b3d7b2cb856f78d14daf4eae410e620;hpb=4f84351208e535c7406f059646bdd6ec518c5175;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/lss.c b/src/src/lss.c index 59cbd7ff4..e6ec1d6d1 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-or-later */ /* 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); } /*