diff --git a/old_nettle_compat.patch b/old_nettle_compat.patch index 56a950a..ffe5f69 100644 --- a/old_nettle_compat.patch +++ b/old_nettle_compat.patch @@ -148,3 +148,16 @@ Index: squid-4.8/include/base64.h /* base64.h Base-64 encoding and decoding. +Index: squid-4.8/lib/base64.c +=================================================================== +--- squid-4.8.orig/lib/base64.c ++++ squid-4.8/lib/base64.c +@@ -13,7 +13,7 @@ + #include "squid.h" + #include "base64.h" + +-#if !HAVE_NETTLE_BASE64_H || !HAVE_NETTLE34_BASE64 ++#if !HAVE_NETTLE_BASE64_H + + /* base64-encode.c +