rename GNUNET_CRYPTO_rsa_BlindingKey to GNUNET_CRYPTO_RsaBlindingKey following GNUnet API change

This commit is contained in:
Christian Grothoff 2016-05-19 15:11:05 +02:00
parent a39e2f9e00
commit 763c8ab512

View File

@ -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;
};