exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 763c8ab512b4d66dbd0caeb6cd68293b4f83edd8
parent a39e2f9e003fa9563ce61c814c9143d53da5e3fa
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 19 May 2016 15:11:05 +0200

rename GNUNET_CRYPTO_rsa_BlindingKey to GNUNET_CRYPTO_RsaBlindingKey following GNUnet API change

Diffstat:
Msrc/include/taler_crypto_lib.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h @@ -287,7 +287,7 @@ struct TALER_DenominationBlindingKey /** * Taler uses RSA for blinding. */ - struct GNUNET_CRYPTO_rsa_BlindingKey *rsa_blinding_key; + struct GNUNET_CRYPTO_RsaBlindingKey *rsa_blinding_key; };