diff options
Diffstat (limited to 'src/curl')
| -rw-r--r-- | src/curl/curl.c | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/src/curl/curl.c b/src/curl/curl.c index e9a2d561..424c41fd 100644 --- a/src/curl/curl.c +++ b/src/curl/curl.c @@ -1,6 +1,6 @@  /*    This file is part of TALER -  Copyright (C) 2019-2020 Taler Systems SA +  Copyright (C) 2019-2021 Taler Systems SA    TALER is free software; you can redistribute it and/or modify it    under the terms of the GNU General Public License as published @@ -24,9 +24,6 @@  #include "platform.h"  #include "taler_curl_lib.h" -// FIXME-workaround: without this, we somehow sometimes forget the header -// that indicates compression and then the exchange 400s us! -#undef TALER_CURL_COMPRESS_BODIES  #if TALER_CURL_COMPRESS_BODIES  #include <zlib.h> | 
