aboutsummaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_keystate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mint/taler-mint-httpd_keystate.h')
-rw-r--r--src/mint/taler-mint-httpd_keystate.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mint/taler-mint-httpd_keystate.h b/src/mint/taler-mint-httpd_keystate.h
index 6f83b0861..b71fedd27 100644
--- a/src/mint/taler-mint-httpd_keystate.h
+++ b/src/mint/taler-mint-httpd_keystate.h
@@ -124,6 +124,17 @@ int
124TALER_MINT_key_reload_loop (void); 124TALER_MINT_key_reload_loop (void);
125 125
126 126
127/**
128 * Sign the message in @a purpose with the mint's signing
129 * key.
130 *
131 * @param purpose the message to sign
132 * @param[OUT] sig signature over purpose using current signing key
133 */
134void
135TALER_MINT_keys_sign (const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose,
136 struct GNUNET_CRYPTO_EddsaSignature *sig);
137
127 138
128 139
129#endif 140#endif