diff options
Diffstat (limited to 'src/mint/taler-mint-httpd_keys.h')
-rw-r--r-- | src/mint/taler-mint-httpd_keys.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mint/taler-mint-httpd_keys.h b/src/mint/taler-mint-httpd_keys.h index cef0ac950..596350345 100644 --- a/src/mint/taler-mint-httpd_keys.h +++ b/src/mint/taler-mint-httpd_keys.h | |||
@@ -107,7 +107,7 @@ TALER_MINT_key_state_acquire (void); | |||
107 | */ | 107 | */ |
108 | struct TALER_MINT_DenomKeyIssuePriv * | 108 | struct TALER_MINT_DenomKeyIssuePriv * |
109 | TALER_MINT_get_denom_key (const struct MintKeyState *key_state, | 109 | TALER_MINT_get_denom_key (const struct MintKeyState *key_state, |
110 | const struct TALER_RSA_PublicKeyBinaryEncoded *denom_pub); | 110 | const struct GNUNET_CRYPTO_rsa_PublicKey *denom_pub); |
111 | 111 | ||
112 | 112 | ||
113 | /** | 113 | /** |
@@ -116,9 +116,9 @@ TALER_MINT_get_denom_key (const struct MintKeyState *key_state, | |||
116 | * | 116 | * |
117 | * @param key_state the key state to use for checking the coin's validity | 117 | * @param key_state the key state to use for checking the coin's validity |
118 | * @param coin_public_info the coin public info to check for validity | 118 | * @param coin_public_info the coin public info to check for validity |
119 | * @return GNUNET_YES if the coin is valid, | 119 | * @return #GNUNET_YES if the coin is valid, |
120 | * GNUNET_NO if it is invalid | 120 | * #GNUNET_NO if it is invalid |
121 | * GNUNET_SYSERROR if an internal error occured | 121 | * #GNUNET_SYSERROR if an internal error occured |
122 | */ | 122 | */ |
123 | int | 123 | int |
124 | TALER_MINT_test_coin_valid (const struct MintKeyState *key_state, | 124 | TALER_MINT_test_coin_valid (const struct MintKeyState *key_state, |
@@ -129,7 +129,7 @@ TALER_MINT_test_coin_valid (const struct MintKeyState *key_state, | |||
129 | * Read signals from a pipe in a loop, and reload keys from disk if | 129 | * Read signals from a pipe in a loop, and reload keys from disk if |
130 | * SIGUSR1 is read from the pipe. | 130 | * SIGUSR1 is read from the pipe. |
131 | * | 131 | * |
132 | * @return GNUNET_OK if we terminated normally, GNUNET_SYSERR on error | 132 | * @return #GNUNET_OK if we terminated normally, #GNUNET_SYSERR on error |
133 | */ | 133 | */ |
134 | int | 134 | int |
135 | TALER_MINT_key_reload_loop (void); | 135 | TALER_MINT_key_reload_loop (void); |