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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gnunet_signatures.h b/src/include/gnunet_signatures.h
index 829f8be7e..03c97f199 100644
--- a/src/include/gnunet_signatures.h
+++ b/src/include/gnunet_signatures.h
@@ -188,6 +188,12 @@ extern "C"
188 */ 188 */
189#define GNUNET_SIGNATURE_PURPOSE_CREDENTIAL 28 189#define GNUNET_SIGNATURE_PURPOSE_CREDENTIAL 28
190 190
191/**
192 * Signature by a peer affirming that this is one of its
193 * addresses (for the given time period).
194 */
195#define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_ADDRESS 29
196
191#if 0 /* keep Emacsens' auto-indent happy */ 197#if 0 /* keep Emacsens' auto-indent happy */
192{ 198{
193#endif 199#endif