summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_auditors.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-11-29 12:30:51 +0100
committerChristian Grothoff <christian@grothoff.org>2015-11-29 12:30:51 +0100
commit98af8406d8f06262a09aa40ab04a88ea25e6d3a8 (patch)
tree46541d8c718602bdcc65cef27391c7573eded9b7 /src/backend/taler-merchant-httpd_auditors.c
parent099152cf92ba8c5c676dbc2379a57422a55622d3 (diff)
downloadmerchant-98af8406d8f06262a09aa40ab04a88ea25e6d3a8.tar.gz
merchant-98af8406d8f06262a09aa40ab04a88ea25e6d3a8.tar.bz2
merchant-98af8406d8f06262a09aa40ab04a88ea25e6d3a8.zip
implement #4075
Diffstat (limited to 'src/backend/taler-merchant-httpd_auditors.c')
-rw-r--r--src/backend/taler-merchant-httpd_auditors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_auditors.c b/src/backend/taler-merchant-httpd_auditors.c
index 480c4bb1..ac112166 100644
--- a/src/backend/taler-merchant-httpd_auditors.c
+++ b/src/backend/taler-merchant-httpd_auditors.c
@@ -72,7 +72,7 @@ json_t *j_auditors;
*/
int
TMH_AUDITORS_check_dk (struct TALER_MINT_Handle *mh,
- struct TALER_MINT_DenomPublicKey *dk)
+ const struct TALER_MINT_DenomPublicKey *dk)
{
// First, we should probably check to see if dk is expired.
//