summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-06-07 23:11:35 +0200
committerChristian Grothoff <christian@grothoff.org>2023-06-07 23:11:35 +0200
commit1701d4f86a39edc390f172da6f8e72c94b6a8e97 (patch)
tree38f098aaafff012e75e5629e63a63308c5e51d30 /src/include
parentd4ab34a799965efed34bbb442710ee46dd99a32c (diff)
downloadanastasis-1701d4f86a39edc390f172da6f8e72c94b6a8e97.tar.gz
anastasis-1701d4f86a39edc390f172da6f8e72c94b6a8e97.tar.bz2
anastasis-1701d4f86a39edc390f172da6f8e72c94b6a8e97.zip
major libtalertesting API refactoring, including no longer having taler-specific logic in the test engine core
Diffstat (limited to 'src/include')
-rw-r--r--src/include/anastasis_testing_lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/anastasis_testing_lib.h b/src/include/anastasis_testing_lib.h
index b5036ff..4c6e087 100644
--- a/src/include/anastasis_testing_lib.h
+++ b/src/include/anastasis_testing_lib.h
@@ -130,15 +130,15 @@
op (truth, const struct ANASTASIS_Truth *) \
op (policy, const struct ANASTASIS_Policy *) \
op (provider_salt, const struct ANASTASIS_CRYPTO_ProviderSaltP) \
- op (core_secret, const void *) \
+ op (core_secret, const void) \
op (truth_key, const struct ANASTASIS_CRYPTO_TruthKeyP) \
op (account_pub, const struct ANASTASIS_CRYPTO_AccountPublicKeyP) \
op (account_priv, const struct ANASTASIS_CRYPTO_AccountPrivateKeyP) \
op (payment_secret, const struct ANASTASIS_PaymentSecretP) \
op (truth_uuid, const struct ANASTASIS_CRYPTO_TruthUUIDP) \
op (eks, const struct ANASTASIS_CRYPTO_EncryptedKeyShareP) \
- op (code, const char *) \
- op (filename, const char *)
+ op (code, const char) \
+ op (filename, const char)
/**