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 f25f31cd3..83596a5ed 100644
--- a/src/include/gnunet_signatures.h
+++ b/src/include/gnunet_signatures.h
@@ -176,6 +176,11 @@ extern "C"
176 */ 176 */
177#define GNUNET_SIGNATURE_PURPOSE_SENSOR_ANOMALY_REPORT 25 177#define GNUNET_SIGNATURE_PURPOSE_SENSOR_ANOMALY_REPORT 25
178 178
179/**
180 * Axolotl key exchange in CADET
181 */
182#define GNUNET_SIGNATURE_PURPOSE_CADET_AXKX 26
183
179 184
180#if 0 /* keep Emacsens' auto-indent happy */ 185#if 0 /* keep Emacsens' auto-indent happy */
181{ 186{