]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Sourcefromat Enforcement (#116)
authorsquidadm <squidadm@users.noreply.github.com>
Thu, 4 Jan 2018 10:31:50 +0000 (23:31 +1300)
committerAmos Jeffries <yadij@users.noreply.github.com>
Thu, 4 Jan 2018 10:31:50 +0000 (23:31 +1300)
include/base64.h
lib/base64.c

index 936d027a2b8db4d8c20871c3f8228be4a125db39..b7d10bd0c92351490d9cb045f77fcc89f55c7afe 100644 (file)
@@ -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 */
+
index b9e7bad42cb8d879158f68b8259004f0f4c049da..2910d1675fabf1d31c804991c25131b61565bbcd 100644 (file)
@@ -325,3 +325,4 @@ base64_encode_final(struct base64_encode_ctx *ctx,
 }
 
 #endif /* !HAVE_NETTLE_BASE64_H || !HAVE_NETTLE34_BASE64 */
+