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 1493f2901..f8839c1aa 100644
--- a/src/include/gnunet_signatures.h
+++ b/src/include/gnunet_signatures.h
@@ -146,6 +146,11 @@ extern "C"
146 */ 146 */
147#define GNUNET_SIGNATURE_PURPOSE_CONVERSATION_RING 20 147#define GNUNET_SIGNATURE_PURPOSE_CONVERSATION_RING 20
148 148
149/**
150 * Key exchange in MESH
151 */
152#define GNUNET_SIGNATURE_PURPOSE_MESH_KX 21
153
149 154
150#if 0 /* keep Emacsens' auto-indent happy */ 155#if 0 /* keep Emacsens' auto-indent happy */
151{ 156{