diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-28 20:59:39 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-28 20:59:39 +0100 |
commit | 5fcca8707f4a4fd6568095872a1bb6e7124ee508 (patch) | |
tree | 67abfe3474c48ee2e8b1c8f3ce95734a767840c2 /src/mint/taler-mint-httpd_keystate.h | |
parent | 8c558ddf89f12cd282154de3c9bdb295d45fbcfb (diff) |
simplify logic, remove dead call
Diffstat (limited to 'src/mint/taler-mint-httpd_keystate.h')
-rw-r--r-- | src/mint/taler-mint-httpd_keystate.h | 11 |
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 TALER_MINT_key_reload_loop (void); +/** + * Sign the message in @a purpose with the mint's signing + * key. + * + * @param purpose the message to sign + * @param[OUT] sig signature over purpose using current signing key + */ +void +TALER_MINT_keys_sign (const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose, + struct GNUNET_CRYPTO_EddsaSignature *sig); + #endif |