summaryrefslogtreecommitdiff
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.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/include/gnunet_signatures.h b/src/include/gnunet_signatures.h
index 1d6d5a229..a00e0372d 100644
--- a/src/include/gnunet_signatures.h
+++ b/src/include/gnunet_signatures.h
@@ -188,7 +188,7 @@ extern "C"
188/** 188/**
189 * Signature for a GNUnet credential 189 * Signature for a GNUnet credential
190 */ 190 */
191#define GNUNET_SIGNATURE_PURPOSE_CREDENTIAL 28 191#define GNUNET_SIGNATURE_PURPOSE_DELEGATE 28
192 192
193/** 193/**
194 * Signature by a peer affirming that this is one of its 194 * Signature by a peer affirming that this is one of its
@@ -241,10 +241,6 @@ extern "C"
241 */ 241 */
242#define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_DV_INITIATOR 37 242#define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_DV_INITIATOR 37
243 243
244/**
245 * Signature for a GNUnet delegate
246 */
247#define GNUNET_SIGNATURE_PURPOSE_DELEGATE 38
248 244
249#if 0 /* keep Emacsens' auto-indent happy */ 245#if 0 /* keep Emacsens' auto-indent happy */
250{ 246{