aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_crypto_lib.h
diff options
context:
space:
mode:
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 ac95e4756..29796cadc 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -2465,7 +2465,7 @@ struct TALER_TokenUseMerchantValues
/**
* The blinded token use public key of a token. Ready to be signed by the merchant.
*/
-struct TALER_TokenEnvelopeP
+struct TALER_TokenEnvelope
{
/**
* Blinded public key of the token.
@@ -2539,7 +2539,7 @@ TALER_token_use_blinding_secret_create (
* @return singleton to use for RSA blinding
*/
const struct TALER_TokenUseMerchantValues *
-TALER_token_blind_input_rsa_singleton ();
+TALER_token_blind_input_rsa_singleton (void);
/**
@@ -2566,7 +2566,7 @@ TALER_token_blind_input_copy (struct TALER_TokenUseMerchantValues *bi_dst,
*/
enum GNUNET_GenericReturnValue
TALER_token_issue_sign (const struct TALER_TokenIssuePrivateKeyP *issue_priv,
- const struct TALER_TokenEnvelopeP *envelope,
+ const struct TALER_TokenEnvelope *envelope,
struct TALER_TokenIssueBlindSignatureP *issue_sig);