summaryrefslogtreecommitdiff
path: root/src/include/taler_crypto_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-03-21 14:40:57 +0100
committerChristian Grothoff <christian@grothoff.org>2016-03-21 14:40:57 +0100
commit3cb188e8a7ffa30a6b264355011f45f594725741 (patch)
treeb6d574cf25d7f2b430fd4af184206fdab1ca2990 /src/include/taler_crypto_lib.h
parent737e3f4bf67a2048381785328206c595bffe632a (diff)
downloadexchange-3cb188e8a7ffa30a6b264355011f45f594725741.tar.gz
exchange-3cb188e8a7ffa30a6b264355011f45f594725741.tar.bz2
exchange-3cb188e8a7ffa30a6b264355011f45f594725741.zip
rename to match GNUnet symbol change
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 e948fa28a..a3275b74d 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;
};