From: Bart Polot Date: Mon, 27 Apr 2015 19:14:32 +0000 (+0000) Subject: - don't send receivers ID, not needed X-Git-Tag: initial-import-from-subversion-38251~2038 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=53d910e7c9374f9a58da4b08b27865fb7d0ba4e2;p=oweals%2Fgnunet.git - don't send receivers ID, not needed --- diff --git a/src/cadet/cadet_protocol.h b/src/cadet/cadet_protocol.h index b56cedd31..d866e20d3 100644 --- a/src/cadet/cadet_protocol.h +++ b/src/cadet/cadet_protocol.h @@ -134,14 +134,6 @@ struct GNUNET_CADET_AX_KX * using 'gcry_sexp_sprint'. */ struct GNUNET_CRYPTO_EcdhePublicKey ratchet_key; - - /** - * Receiver's ephemeral public ECC key (always for NIST P-521) encoded in a - * format suitable for network transmission, as created - * using 'gcry_sexp_sprint'. - */ - struct GNUNET_CRYPTO_EcdhePublicKey peers_key; - };