diff options
author | Jeff Burdges <burdges@gnunet.org> | 2016-03-21 15:19:43 +0100 |
---|---|---|
committer | Jeff Burdges <burdges@gnunet.org> | 2016-03-21 15:19:43 +0100 |
commit | 2e0067d9ddb565681d0af3e41d91ceb6193a0d7b (patch) | |
tree | a1221937c4fd502ae160c79bd217bdee5e403e47 /src/exchangedb/plugin_exchangedb_postgres.c | |
parent | 130957f69d5dd37f9f58d9b3ec52c7b635901b70 (diff) | |
parent | 6a80c0bfa2da80a8f1efd600ee3c94f31d31b21d (diff) |
Merge branch 'master' of git.taler.net:/var/git/exchange
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 0395c208..bcd6b9a0 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -3457,8 +3457,8 @@ postgres_get_link_data_list (void *cls, for (i = 0; i < nrows; i++) { struct TALER_RefreshLinkEncrypted *link_enc; - struct GNUNET_CRYPTO_rsa_PublicKey *denom_pub; - struct GNUNET_CRYPTO_rsa_Signature *sig; + struct GNUNET_CRYPTO_RsaPublicKey *denom_pub; + struct GNUNET_CRYPTO_RsaSignature *sig; void *ld_buf; size_t ld_buf_size; struct GNUNET_PQ_ResultSpec rs[] = { |