From e42f014cffae126a52c92fbf8151e6f5cecc9de0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 17 Nov 2018 17:19:02 +0100 Subject: use more const in taler_testing_lib.h --- src/exchange-lib/testing_api_trait_exchange_pub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exchange-lib/testing_api_trait_exchange_pub.c') diff --git a/src/exchange-lib/testing_api_trait_exchange_pub.c b/src/exchange-lib/testing_api_trait_exchange_pub.c index 4bef98af..e8cdfbb3 100644 --- a/src/exchange-lib/testing_api_trait_exchange_pub.c +++ b/src/exchange-lib/testing_api_trait_exchange_pub.c @@ -46,7 +46,7 @@ TALER_TESTING_get_trait_exchange_pub const struct TALER_ExchangePublicKeyP **exchange_pub) { return cmd->traits (cmd->cls, - (void **) exchange_pub, + (const void **) exchange_pub, TALER_TESTING_TRAIT_EXCHANGE_PUB, index); } -- cgit v1.2.3