From cfbd7154aa5db19963e3747f229011d72791bb6fd28b15bf398a2b7dd07d6313 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Tue, 6 Aug 2019 13:31:27 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=197 --- old_nettle_compat.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 +