From: squidadm Date: Thu, 4 Jan 2018 10:31:50 +0000 (+1300) Subject: Sourcefromat Enforcement (#116) X-Git-Tag: M-staged-PR71~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d5ae477d77206d557749a9596771d8a4c1d462f;p=thirdparty%2Fsquid.git Sourcefromat Enforcement (#116) --- diff --git a/include/base64.h b/include/base64.h index 936d027a2b..b7d10bd0c9 100644 --- a/include/base64.h +++ b/include/base64.h @@ -169,3 +169,4 @@ base64_decode_final(struct base64_decode_ctx *ctx); # define base64_encode_len(length) (BASE64_ENCODE_LENGTH(length)+BASE64_ENCODE_FINAL_LENGTH+1) #endif /* _SQUID_BASE64_H */ + diff --git a/lib/base64.c b/lib/base64.c index b9e7bad42c..2910d1675f 100644 --- a/lib/base64.c +++ b/lib/base64.c @@ -325,3 +325,4 @@ base64_encode_final(struct base64_encode_ctx *ctx, } #endif /* !HAVE_NETTLE_BASE64_H || !HAVE_NETTLE34_BASE64 */ +