aboutsummaryrefslogtreecommitdiff
path: root/src/lib
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
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')
-rw-r--r--src/lib/exchange_api_handle.h2
-rw-r--r--src/lib/exchange_api_management_get_keys.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/exchange_api_handle.h b/src/lib/exchange_api_handle.h
index 7ef88489e..3b1d875fb 100644
--- a/src/lib/exchange_api_handle.h
+++ b/src/lib/exchange_api_handle.h
@@ -25,7 +25,7 @@
#include <gnunet/gnunet_curl_lib.h>
#include "taler_auditor_service.h"
#include "taler_exchange_service.h"
-#include "taler_crypto_lib.h"
+#include "taler_util.h"
#include "taler_curl_lib.h"
/**
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"
/**