aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/cadet_protocol.h')
-rw-r--r--src/cadet/cadet_protocol.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cadet/cadet_protocol.h b/src/cadet/cadet_protocol.h
index bb23ce921..a51be3939 100644
--- a/src/cadet/cadet_protocol.h
+++ b/src/cadet/cadet_protocol.h
@@ -122,6 +122,11 @@ struct GNUNET_CADET_AX_KX
122 struct GNUNET_MessageHeader header; 122 struct GNUNET_MessageHeader header;
123 123
124 /** 124 /**
125 * Should the peer reply with its KX details?
126 */
127 uint32_t force_reply;
128
129 /**
125 * An EdDSA signature of the permanent ECDH key with the Peer's ID key. 130 * An EdDSA signature of the permanent ECDH key with the Peer's ID key.
126 */ 131 */
127 struct GNUNET_CRYPTO_EddsaSignature signature; 132 struct GNUNET_CRYPTO_EddsaSignature signature;