fix numbering glitch
authorChristian Grothoff <christian@grothoff.org>
Sat, 7 Jul 2018 15:13:25 +0000 (17:13 +0200)
committerChristian Grothoff <christian@grothoff.org>
Sat, 7 Jul 2018 15:13:40 +0000 (17:13 +0200)
src/include/gnunet_signatures.h

index d7accaf2c584607c2df142fe16fbf7519adbb8c8..280fefa83dca9550f5dd27d377b6c5c1c91b6125 100644 (file)
@@ -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.