aboutsummaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_management_get_keys.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-12-05 14:03:43 +0100
committerChristian Grothoff <christian@grothoff.org>2022-12-05 14:03:43 +0100
commit9e4ac84b6eed7cc622d041c396bc460ce7e1bf07 (patch)
tree511157745c186ba81fb16517cf51cbeea5a761d6 /src/lib/exchange_api_management_get_keys.c
parent597c9950a34801ed80f3cdcb030c20950cb55e9b (diff)
downloadexchange-9e4ac84b6eed7cc622d041c396bc460ce7e1bf07.tar.xz
force include of taler_util.h, not of taler_crypto_lib.h or taler_amount_lib.h
Diffstat (limited to 'src/lib/exchange_api_management_get_keys.c')
-rw-r--r--src/lib/exchange_api_management_get_keys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_management_get_keys.c b/src/lib/exchange_api_management_get_keys.c
index 8a279d1ef..80c471441 100644
--- a/src/lib/exchange_api_management_get_keys.c
+++ b/src/lib/exchange_api_management_get_keys.c
@@ -26,7 +26,7 @@
#include "exchange_api_curl_defaults.h"
#include "taler_signatures.h"
#include "taler_curl_lib.h"
-#include "taler_crypto_lib.h"
+#include "taler_util.h"
#include "taler_json_lib.h"
/**