summaryrefslogtreecommitdiff
path: root/src/exchangedb/test_exchangedb_denomkeys.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-04 11:51:00 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-04 11:51:00 +0100
commit7f37017e916d5ad66175b5408cefab8b622bdefc (patch)
tree45dcefb3066f68a08a0529e803edd3770a5a247a /src/exchangedb/test_exchangedb_denomkeys.c
parent6cc516427b06f1fd1a72ee1b75da909e1ed38166 (diff)
downloadexchange-7f37017e916d5ad66175b5408cefab8b622bdefc.tar.gz
exchange-7f37017e916d5ad66175b5408cefab8b622bdefc.tar.bz2
exchange-7f37017e916d5ad66175b5408cefab8b622bdefc.zip
more renaming
Diffstat (limited to 'src/exchangedb/test_exchangedb_denomkeys.c')
-rw-r--r--src/exchangedb/test_exchangedb_denomkeys.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/exchangedb/test_exchangedb_denomkeys.c b/src/exchangedb/test_exchangedb_denomkeys.c
index 973d50601..4dd01d26b 100644
--- a/src/exchangedb/test_exchangedb_denomkeys.c
+++ b/src/exchangedb/test_exchangedb_denomkeys.c
@@ -45,9 +45,9 @@
static int
dki_iter (void *cls,
const char *alias,
- const struct TALER_EXCHANGEDB_DenominationKeyIssueInformation *dki)
+ const struct TALER_EXCHANGEDB_DenominationKey *dki)
{
- const struct TALER_EXCHANGEDB_DenominationKeyIssueInformation *exp = cls;
+ const struct TALER_EXCHANGEDB_DenominationKey *exp = cls;
if (0 != GNUNET_memcmp (&exp->issue,
&dki->issue))
@@ -88,7 +88,7 @@ dki_iter_revoked (void *cls,
const struct GNUNET_HashCode *denom_hash,
const struct TALER_MasterSignatureP *revocation_master_sig)
{
- const struct TALER_EXCHANGEDB_DenominationKeyIssueInformation *exp = cls;
+ const struct TALER_EXCHANGEDB_DenominationKey *exp = cls;
if (NULL == revocation_master_sig)
{
@@ -109,10 +109,10 @@ int
main (int argc,
const char *const argv[])
{
- struct TALER_EXCHANGEDB_DenominationKeyIssueInformation dki;
+ struct TALER_EXCHANGEDB_DenominationKey dki;
char *enc;
size_t enc_size;
- struct TALER_EXCHANGEDB_DenominationKeyIssueInformation dki_read;
+ struct TALER_EXCHANGEDB_DenominationKey dki_read;
struct GNUNET_CRYPTO_EddsaPrivateKey *pk;
struct TALER_MasterPrivateKeyP master_priv;
struct TALER_MasterPublicKeyP master_pub;