SPDX: license tags (mostly by guesswork)
[exim.git] / src / src / lss.c
index 59cbd7ff4b3d7b2cb856f78d14daf4eae410e620..0d20c07b65ec8461207d47c357a141f186b31585 100644 (file)
@@ -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);
 }
 
 /*