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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_signatures.h b/src/include/gnunet_signatures.h
index adb00c1ac..90b04edb1 100644
--- a/src/include/gnunet_signatures.h
+++ b/src/include/gnunet_signatures.h
@@ -43,9 +43,9 @@ extern "C"
43#define GNUNET_SIGNATURE_PURPOSE_TEST 0 43#define GNUNET_SIGNATURE_PURPOSE_TEST 0
44 44
45/** 45/**
46 * Signature for confirming HELLOs. 46 * Signature for confirming HELLOs for TCP plugins.
47 */ 47 */
48#define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_HELLO 1 48#define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_TCP_PING 1
49 49
50 50
51/** 51/**