aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_crypto_lib.h
diff options
context:
space:
mode:
authorJeff Burdges <burdges@gnunet.org>2016-03-21 15:19:43 +0100
committerJeff Burdges <burdges@gnunet.org>2016-03-21 15:19:43 +0100
commit2e0067d9ddb565681d0af3e41d91ceb6193a0d7b (patch)
treea1221937c4fd502ae160c79bd217bdee5e403e47 /src/include/taler_crypto_lib.h
parent130957f69d5dd37f9f58d9b3ec52c7b635901b70 (diff)
parent6a80c0bfa2da80a8f1efd600ee3c94f31d31b21d (diff)
Merge branch 'master' of git.taler.net:/var/git/exchange
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r--src/include/taler_crypto_lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index e948fa28..a3275b74 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -299,7 +299,7 @@ struct TALER_DenominationSignature
/**
* Taler uses RSA for blinding.
*/
- struct GNUNET_CRYPTO_rsa_Signature *rsa_signature;
+ struct GNUNET_CRYPTO_RsaSignature *rsa_signature;
};
@@ -311,7 +311,7 @@ struct TALER_DenominationPublicKey
/**
* Taler uses RSA for signing coins.
*/
- struct GNUNET_CRYPTO_rsa_PublicKey *rsa_public_key;
+ struct GNUNET_CRYPTO_RsaPublicKey *rsa_public_key;
};
@@ -323,7 +323,7 @@ struct TALER_DenominationPrivateKey
/**
* Taler uses RSA for signing coins.
*/
- struct GNUNET_CRYPTO_rsa_PrivateKey *rsa_private_key;
+ struct GNUNET_CRYPTO_RsaPrivateKey *rsa_private_key;
};