diff options
Diffstat (limited to 'src/testing/testing_api_trait_eks.c')
-rw-r--r-- | src/testing/testing_api_trait_eks.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/testing/testing_api_trait_eks.c b/src/testing/testing_api_trait_eks.c index f374433..1c19233 100644 --- a/src/testing/testing_api_trait_eks.c +++ b/src/testing/testing_api_trait_eks.c | |||
@@ -29,8 +29,8 @@ | |||
29 | 29 | ||
30 | 30 | ||
31 | int | 31 | int |
32 | ANASTASIS_TESTING_get_trait_eks | 32 | ANASTASIS_TESTING_get_trait_eks ( |
33 | (const struct TALER_TESTING_Command *cmd, | 33 | const struct TALER_TESTING_Command *cmd, |
34 | unsigned int index, | 34 | unsigned int index, |
35 | const struct ANASTASIS_CRYPTO_EncryptedKeyShareP **eks) | 35 | const struct ANASTASIS_CRYPTO_EncryptedKeyShareP **eks) |
36 | { | 36 | { |
@@ -42,8 +42,8 @@ ANASTASIS_TESTING_get_trait_eks | |||
42 | 42 | ||
43 | 43 | ||
44 | struct TALER_TESTING_Trait | 44 | struct TALER_TESTING_Trait |
45 | ANASTASIS_TESTING_make_trait_eks | 45 | ANASTASIS_TESTING_make_trait_eks ( |
46 | (unsigned int index, | 46 | unsigned int index, |
47 | const struct ANASTASIS_CRYPTO_EncryptedKeyShareP *eks) | 47 | const struct ANASTASIS_CRYPTO_EncryptedKeyShareP *eks) |
48 | { | 48 | { |
49 | struct TALER_TESTING_Trait ret = { | 49 | struct TALER_TESTING_Trait ret = { |