summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Blättler <blatc2@bfh.ch>2024-04-25 10:24:42 +0200
committerChristian Blättler <blatc2@bfh.ch>2024-04-25 10:24:42 +0200
commit10c796e8c7e6a558a4f448b073c8a017e243a10d (patch)
treec72138f5d89173d0fd01cb02f18d99188a662990
parentfa4322c49ca1d768bb9c6bb75436fab89d75e623 (diff)
downloadmerchant-10c796e8c7e6a558a4f448b073c8a017e243a10d.tar.gz
merchant-10c796e8c7e6a558a4f448b073c8a017e243a10d.tar.bz2
merchant-10c796e8c7e6a558a4f448b073c8a017e243a10d.zip
rename signature
-rw-r--r--src/backend/taler-merchant-httpd_post-orders-ID-pay.c2
-rw-r--r--src/include/taler_merchantdb_plugin.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
index 27b42b63..f6375b70 100644
--- a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
+++ b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
@@ -233,7 +233,7 @@ struct TokenUseConfirmation
/**
* Signature on the deposit request made using the token private key.
*/
- struct TALER_TokenUseSignature sig;
+ struct TALER_TokenUseSignatureP sig;
/**
* Public key of the token.
diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h
index 7439d6b7..bd935045 100644
--- a/src/include/taler_merchantdb_plugin.h
+++ b/src/include/taler_merchantdb_plugin.h
@@ -1122,7 +1122,7 @@ struct TALER_MERCHANTDB_SpentTokenDetails
/**
* Signature that this token was spent on the specified order.
*/
- struct TALER_TokenUseSignature sig;
+ struct TALER_TokenUseSignatureP sig;
/**
* Blind signature for the spent token to prove validity of it.