diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-28 19:48:41 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-28 19:48:41 +0100 |
commit | 2e0e30291c4e490389f85bbd4973374f0adf22f4 (patch) | |
tree | 8d5f306cb967e7e7ab137b133206c7414bbb6f35 /src/mint/taler-mint-httpd.h | |
parent | e19f1906a3363f0f49553d35d95429c92bec29d4 (diff) |
sign /deposit reply so that merchant has proof that mint accepted it
Diffstat (limited to 'src/mint/taler-mint-httpd.h')
-rw-r--r-- | src/mint/taler-mint-httpd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mint/taler-mint-httpd.h b/src/mint/taler-mint-httpd.h index cff2859db..ed56b048d 100644 --- a/src/mint/taler-mint-httpd.h +++ b/src/mint/taler-mint-httpd.h @@ -48,6 +48,11 @@ extern char *mintdir; */ extern struct GNUNET_CRYPTO_EddsaPublicKey master_pub; +/** + * Private key of the mint we use to sign messages. + */ +extern struct GNUNET_CRYPTO_EddsaPrivateKey mint_priv; + /** * Struct describing an URL and the handler for it. |