aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-07-07 17:13:25 +0200
committerChristian Grothoff <christian@grothoff.org>2018-07-07 17:13:40 +0200
commit362715ec0e3940f6ab747d787c66c8e07f88eafa (patch)
treefb8aa49e13ae9b706d7285312ae92ed86a895d05 /src/include
parent54ba272c812dfe9b5056bb916379569f41baf24e (diff)
downloadgnunet-362715ec0e3940f6ab747d787c66c8e07f88eafa.tar.gz
gnunet-362715ec0e3940f6ab747d787c66c8e07f88eafa.zip
fix numbering glitch
Diffstat (limited to 'src/include')
-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 d7accaf2c..280fefa83 100644
--- a/src/include/gnunet_signatures.h
+++ b/src/include/gnunet_signatures.h
@@ -151,12 +151,12 @@ extern "C"
151/** 151/**
152 * Signature for the first round of distributed key generation. 152 * Signature for the first round of distributed key generation.
153 */ 153 */
154#define GNUNET_SIGNATURE_PURPOSE_SECRETSHARING_DKG1 22 154#define GNUNET_SIGNATURE_PURPOSE_SECRETSHARING_DKG1 21
155 155
156/** 156/**
157 * Signature for the second round of distributed key generation. 157 * Signature for the second round of distributed key generation.
158 */ 158 */
159#define GNUNET_SIGNATURE_PURPOSE_SECRETSHARING_DKG2 23 159#define GNUNET_SIGNATURE_PURPOSE_SECRETSHARING_DKG2 22
160 160
161/** 161/**
162 * Signature for cooperatice decryption. 162 * Signature for cooperatice decryption.