aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_identity_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_identity_service.h')
-rw-r--r--src/include/gnunet_identity_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_identity_service.h b/src/include/gnunet_identity_service.h
index 3352d9bc0..17714fec4 100644
--- a/src/include/gnunet_identity_service.h
+++ b/src/include/gnunet_identity_service.h
@@ -69,7 +69,7 @@ enum GNUNET_IDENTITY_KeyType
69 * EDDSA identity. The value is the same as the EDKEY 69 * EDDSA identity. The value is the same as the EDKEY
70 * record type. 70 * record type.
71 */ 71 */
72 GNUNET_IDENTITY_TYPE_EDDSA = 65599 // FIXME 72 GNUNET_IDENTITY_TYPE_EDDSA = 65556
73}; 73};
74 74
75/** 75/**