diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-11-09 22:52:01 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-11-09 22:52:01 +0100 |
commit | 77bab625607514a628dfda101e55c7d57f6b623d (patch) | |
tree | 29f78dd78176d37215ca29d259963a0b523fd07c /src/curl/curl.c | |
parent | 016551dbb4af5de4725fb67787dff07c852c0280 (diff) |
-fixes for test
Diffstat (limited to 'src/curl/curl.c')
-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 e9a2d5612..424c41fd6 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> |