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.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/include/gnunet_signatures.h b/src/include/gnunet_signatures.h
index ee105c62a..2a2ba4755 100644
--- a/src/include/gnunet_signatures.h
+++ b/src/include/gnunet_signatures.h
@@ -53,11 +53,6 @@ extern "C"
53#define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_DISCONNECT 2 53#define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_DISCONNECT 2
54 54
55/** 55/**
56 * Purpose is to set a session key.
57 */
58#define GNUNET_SIGNATURE_PURPOSE_SET_KEY 3
59
60/**
61 * Signature for a namespace/pseudonym advertisement (by 56 * Signature for a namespace/pseudonym advertisement (by
62 * the namespace owner). 57 * the namespace owner).
63 */ 58 */
@@ -115,12 +110,18 @@ extern "C"
115 */ 110 */
116#define GNUNET_SIGNATURE_PURPOSE_NSE_SEND 14 111#define GNUNET_SIGNATURE_PURPOSE_NSE_SEND 14
117 112
118
119/** 113/**
120 * Signature of a gnunet naming system record block 114 * Signature of a gnunet naming system record block
121 */ 115 */
122#define GNUNET_SIGNATURE_PURPOSE_GNS_RECORD_SIGN 15 116#define GNUNET_SIGNATURE_PURPOSE_GNS_RECORD_SIGN 15
123 117
118/**
119 * Purpose is to set a session key.
120 */
121#define GNUNET_SIGNATURE_PURPOSE_SET_ECC_KEY 16
122
123
124
124#if 0 /* keep Emacsens' auto-indent happy */ 125#if 0 /* keep Emacsens' auto-indent happy */
125{ 126{
126#endif 127#endif