aboutsummaryrefslogtreecommitdiff
path: root/src/include/anastasis_testing_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/anastasis_testing_lib.h')
-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 @@
130 op (truth, const struct ANASTASIS_Truth *) \ 130 op (truth, const struct ANASTASIS_Truth *) \
131 op (policy, const struct ANASTASIS_Policy *) \ 131 op (policy, const struct ANASTASIS_Policy *) \
132 op (provider_salt, const struct ANASTASIS_CRYPTO_ProviderSaltP) \ 132 op (provider_salt, const struct ANASTASIS_CRYPTO_ProviderSaltP) \
133 op (core_secret, const void *) \ 133 op (core_secret, const void) \
134 op (truth_key, const struct ANASTASIS_CRYPTO_TruthKeyP) \ 134 op (truth_key, const struct ANASTASIS_CRYPTO_TruthKeyP) \
135 op (account_pub, const struct ANASTASIS_CRYPTO_AccountPublicKeyP) \ 135 op (account_pub, const struct ANASTASIS_CRYPTO_AccountPublicKeyP) \
136 op (account_priv, const struct ANASTASIS_CRYPTO_AccountPrivateKeyP) \ 136 op (account_priv, const struct ANASTASIS_CRYPTO_AccountPrivateKeyP) \
137 op (payment_secret, const struct ANASTASIS_PaymentSecretP) \ 137 op (payment_secret, const struct ANASTASIS_PaymentSecretP) \
138 op (truth_uuid, const struct ANASTASIS_CRYPTO_TruthUUIDP) \ 138 op (truth_uuid, const struct ANASTASIS_CRYPTO_TruthUUIDP) \
139 op (eks, const struct ANASTASIS_CRYPTO_EncryptedKeyShareP) \ 139 op (eks, const struct ANASTASIS_CRYPTO_EncryptedKeyShareP) \
140 op (code, const char *) \ 140 op (code, const char) \
141 op (filename, const char *) 141 op (filename, const char)
142 142
143 143
144/** 144/**