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.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/include/gnunet_signatures.h b/src/include/gnunet_signatures.h
index a821a74df..ced130a84 100644
--- a/src/include/gnunet_signatures.h
+++ b/src/include/gnunet_signatures.h
@@ -120,12 +120,19 @@ extern "C"
120 */ 120 */
121#define GNUNET_SIGNATURE_PURPOSE_SET_ECC_KEY 16 121#define GNUNET_SIGNATURE_PURPOSE_SET_ECC_KEY 16
122 122
123
124/** 123/**
125 * UBlock Signature, done using DSS, not ECC 124 * UBlock Signature, done using DSS, not ECC
126 */ 125 */
127#define GNUNET_SIGNATURE_PURPOSE_FS_UBLOCK 17 126#define GNUNET_SIGNATURE_PURPOSE_FS_UBLOCK 17
128 127
128/**
129 * Accept state in regex DFA. Peer affirms that
130 * he offers the matching service.
131 */
132#define GNUNET_SIGNATURE_PURPOSE_REGEX_ACCEPT 18
133
134
135
129#if 0 /* keep Emacsens' auto-indent happy */ 136#if 0 /* keep Emacsens' auto-indent happy */
130{ 137{
131#endif 138#endif