aboutsummaryrefslogtreecommitdiff
path: root/src/util/taler-helper-crypto-rsa.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-21 23:58:00 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-21 23:58:00 +0100
commit9b68dbb8e6c873ff40c00da85b3a9f709afd42e1 (patch)
tree32006db3b17e98c0c738641c0624072a6a83203a /src/util/taler-helper-crypto-rsa.h
parent5fb918ae7ea8215a2b32b08308b8921d8aca74bf (diff)
downloadexchange-9b68dbb8e6c873ff40c00da85b3a9f709afd42e1.tar.xz
implementing client library for talking to the crypto helper process
Diffstat (limited to 'src/util/taler-helper-crypto-rsa.h')
-rw-r--r--src/util/taler-helper-crypto-rsa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/taler-helper-crypto-rsa.h b/src/util/taler-helper-crypto-rsa.h
index 373cd5ea8..a80c32e67 100644
--- a/src/util/taler-helper-crypto-rsa.h
+++ b/src/util/taler-helper-crypto-rsa.h
@@ -99,7 +99,7 @@ struct TALER_CRYPTO_RsaKeyPurgeNotification
struct TALER_CRYPTO_SignRequest
{
/**
- * Type is #TALER_HELPER_RSA_MT_SIGN.
+ * Type is #TALER_HELPER_RSA_MT_REQ_SIGN.
*/
struct GNUNET_MessageHeader header;
@@ -123,7 +123,7 @@ struct TALER_CRYPTO_SignRequest
struct TALER_CRYPTO_RevokeRequest
{
/**
- * Type is #TALER_HELPER_RSA_MT_REVOKE.
+ * Type is #TALER_HELPER_RSA_MT_REQ_REVOKE.
*/
struct GNUNET_MessageHeader header;