gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 362715ec0e3940f6ab747d787c66c8e07f88eafa
parent 54ba272c812dfe9b5056bb916379569f41baf24e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  7 Jul 2018 17:13:25 +0200

fix numbering glitch

Diffstat:
Msrc/include/gnunet_signatures.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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.