summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-28 19:48:41 +0100
committerChristian Grothoff <christian@grothoff.org>2015-01-28 19:48:41 +0100
commit2e0e30291c4e490389f85bbd4973374f0adf22f4 (patch)
tree8d5f306cb967e7e7ab137b133206c7414bbb6f35 /src/mint/taler-mint-httpd.h
parente19f1906a3363f0f49553d35d95429c92bec29d4 (diff)
downloadexchange-2e0e30291c4e490389f85bbd4973374f0adf22f4.tar.gz
exchange-2e0e30291c4e490389f85bbd4973374f0adf22f4.tar.bz2
exchange-2e0e30291c4e490389f85bbd4973374f0adf22f4.zip
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.h5
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.