diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-26 12:25:35 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-26 12:25:35 +0100 |
commit | e1a0d898474b23a67a6b8d3390f95802891919ef (patch) | |
tree | 8b2f21161de1deab396222e306b58c45c92cab7c /src/include | |
parent | 60fdc863ee5b60025f554cfbd60c18c4fef0b79e (diff) |
also fix type here
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_mint_service.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_mint_service.h b/src/include/taler_mint_service.h index a9d27982f..a404eff51 100644 --- a/src/include/taler_mint_service.h +++ b/src/include/taler_mint_service.h @@ -65,7 +65,7 @@ struct TALER_MINT_DenomPublicKey /** * The public key */ - struct TALER_RSA_PublicKeyBinaryEncoded key; + struct GNUNET_CRYPTO_rsa_PublicKey *key; /** * Timestamp indicating when the denomination key becomes valid @@ -112,7 +112,7 @@ struct TALER_MINT_DenomPublicKey * @return the context */ struct TALER_MINT_Context * -TALER_MINT_init (); +TALER_MINT_init (void); /** |