diff options
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; | |||
48 | */ | 48 | */ |
49 | extern struct GNUNET_CRYPTO_EddsaPublicKey master_pub; | 49 | extern struct GNUNET_CRYPTO_EddsaPublicKey master_pub; |
50 | 50 | ||
51 | /** | ||
52 | * Private key of the mint we use to sign messages. | ||
53 | */ | ||
54 | extern struct GNUNET_CRYPTO_EddsaPrivateKey mint_priv; | ||
55 | |||
51 | 56 | ||
52 | /** | 57 | /** |
53 | * Struct describing an URL and the handler for it. | 58 | * Struct describing an URL and the handler for it. |