aboutsummaryrefslogtreecommitdiff
path: root/src/util/taler-helper-crypto-rsa.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-15 12:13:28 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-15 12:13:28 +0100
commitb8e35aaed0dc92e1dc1569f0c09ca4e4c36775b9 (patch)
tree15055eec166c73b84c9e010e4ebf1e6000f3def7 /src/util/taler-helper-crypto-rsa.h
parent4f0e38ab12340cea7297fc661c98ddba2d2ef681 (diff)
downloadexchange-b8e35aaed0dc92e1dc1569f0c09ca4e4c36775b9.tar.xz
add taler-helper-crypto-rsa to build system
Diffstat (limited to 'src/util/taler-helper-crypto-rsa.h')
-rw-r--r--src/util/taler-helper-crypto-rsa.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/util/taler-helper-crypto-rsa.h b/src/util/taler-helper-crypto-rsa.h
index 0f03d12f2..6dbf26af9 100644
--- a/src/util/taler-helper-crypto-rsa.h
+++ b/src/util/taler-helper-crypto-rsa.h
@@ -21,6 +21,9 @@
#ifndef TALER_HELPER_CRYPTO_RSA_H
#define TALER_HELPER_CRYPTO_RSA_H
+#define TALER_HELPER_RSA_MT_PURGE 1
+#define TALER_HELPER_RSA_MT_AVAIL 2
+
GNUNET_NETWORK_STRUCT_BEGIN
/**
@@ -29,7 +32,7 @@ GNUNET_NETWORK_STRUCT_BEGIN
struct TALER_CRYPTO_RsaKeyAvailableNotification
{
/**
- * Type is PURGE.
+ * Type is #TALER_HELPER_RSA_MT_AVAIL
*/
struct GNUNET_MessageHeader header;
@@ -67,7 +70,7 @@ struct TALER_CRYPTO_RsaKeyAvailableNotification
struct TALER_CRYPTO_RsaKeyPurgeNotification
{
/**
- * Type is PURGE.
+ * Type is #TALER_HELPER_RSA_MT_PURGE.
*/
struct GNUNET_MessageHeader header;