aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet_protocol.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2015-04-27 19:14:44 +0000
committerBart Polot <bart@net.in.tum.de>2015-04-27 19:14:44 +0000
commit0cf4faf197f2e210d5fa1aee441aa478d13f803c (patch)
tree78dc82229d91d2da1db8a29e343679eafd935611 /src/cadet/cadet_protocol.h
parent08f16ec45cb48fa9068e477b85a04f38895fe22b (diff)
downloadgnunet-0cf4faf197f2e210d5fa1aee441aa478d13f803c.tar.gz
gnunet-0cf4faf197f2e210d5fa1aee441aa478d13f803c.zip
- refactor kx sending, unify under send_kx
Diffstat (limited to 'src/cadet/cadet_protocol.h')
-rw-r--r--src/cadet/cadet_protocol.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cadet/cadet_protocol.h b/src/cadet/cadet_protocol.h
index c084ecc05..d866e20d3 100644
--- a/src/cadet/cadet_protocol.h
+++ b/src/cadet/cadet_protocol.h
@@ -120,11 +120,6 @@ struct GNUNET_CADET_AX_KX
120 * Type: GNUNET_MESSAGE_TYPE_CADET_AX_KX. 120 * Type: GNUNET_MESSAGE_TYPE_CADET_AX_KX.
121 */ 121 */
122 struct GNUNET_MessageHeader header; 122 struct GNUNET_MessageHeader header;
123
124 /**
125 * ID of the connection.
126 */
127 struct GNUNET_CADET_Hash cid;
128 123
129 /** 124 /**
130 * Sender's ephemeral public ECC key (always for NIST P-521) encoded in a 125 * Sender's ephemeral public ECC key (always for NIST P-521) encoded in a