aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_signatures.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_signatures.h')
-rw-r--r--src/include/gnunet_signatures.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_signatures.h b/src/include/gnunet_signatures.h
index 5ecc7830f..54cf36209 100644
--- a/src/include/gnunet_signatures.h
+++ b/src/include/gnunet_signatures.h
@@ -53,6 +53,11 @@ extern "C"
53#define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_DISCONNECT 2 53#define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_DISCONNECT 2
54 54
55/** 55/**
56 * Signature for confirming a key revocation.
57 */
58#define GNUNET_SIGNATURE_PURPOSE_REVOCATION 3
59
60/**
56 * Signature for a namespace/pseudonym advertisement (by 61 * Signature for a namespace/pseudonym advertisement (by
57 * the namespace owner). 62 * the namespace owner).
58 */ 63 */