diff options
Diffstat (limited to 'src/mint/taler-mint-httpd_keys.h')
-rw-r--r-- | src/mint/taler-mint-httpd_keys.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mint/taler-mint-httpd_keys.h b/src/mint/taler-mint-httpd_keys.h index 640a9c916..4fd3d0bdd 100644 --- a/src/mint/taler-mint-httpd_keys.h +++ b/src/mint/taler-mint-httpd_keys.h | |||
@@ -62,7 +62,7 @@ struct MintKeyState | |||
62 | /** | 62 | /** |
63 | * Mint signing key that should be used currently. | 63 | * Mint signing key that should be used currently. |
64 | */ | 64 | */ |
65 | struct TALER_MINT_SignKeyIssue current_sign_key_issue; | 65 | struct TALER_MINT_SignKeyIssuePriv current_sign_key_issue; |
66 | 66 | ||
67 | /** | 67 | /** |
68 | * Cached JSON text that the mint will send for | 68 | * Cached JSON text that the mint will send for |
@@ -105,7 +105,7 @@ TALER_MINT_key_state_acquire (void); | |||
105 | * @return the denomination key issue, | 105 | * @return the denomination key issue, |
106 | * or NULL if denom_pub could not be found | 106 | * or NULL if denom_pub could not be found |
107 | */ | 107 | */ |
108 | struct TALER_MINT_DenomKeyIssue * | 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 TALER_RSA_PublicKeyBinaryEncoded *denom_pub); |
111 | 111 | ||