From: Christian Grothoff Date: Sat, 7 Jul 2018 15:13:25 +0000 (+0200) Subject: fix numbering glitch X-Git-Tag: v0.11.0~322^2~79 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=362715ec0e3940f6ab747d787c66c8e07f88eafa;p=oweals%2Fgnunet.git fix numbering glitch --- 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" /** * Signature for the first round of distributed key generation. */ -#define GNUNET_SIGNATURE_PURPOSE_SECRETSHARING_DKG1 22 +#define GNUNET_SIGNATURE_PURPOSE_SECRETSHARING_DKG1 21 /** * Signature for the second round of distributed key generation. */ -#define GNUNET_SIGNATURE_PURPOSE_SECRETSHARING_DKG2 23 +#define GNUNET_SIGNATURE_PURPOSE_SECRETSHARING_DKG2 22 /** * Signature for cooperatice decryption.