From a015651a5d17eee7832199f1266f000292a40ef5 Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Tue, 11 Dec 2007 09:43:05 +0000 Subject: added multible precission integer class key derivation --- connectionParam.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'connectionParam.h') diff --git a/connectionParam.h b/connectionParam.h index 98eab34..4bd58ab 100644 --- a/connectionParam.h +++ b/connectionParam.h @@ -43,10 +43,11 @@ class ConnectionParam { public: - ConnectionParam( KeyDerivation& kd, SeqWindow& seq_window,seq_nr_t seq_nr_, std::string remote_host, u_int16_t remote_port); + ConnectionParam( KeyDerivation& kd, SeqWindow& seq_window, seq_nr_t seq_nr_, std::string remote_host, u_int16_t remote_port); KeyDerivation& kd_; SeqWindow& seq_window_; seq_nr_t seq_nr_; + sender_id_t sennder_id_; std::string remote_host_; u_int16_t remote_port_; private: -- cgit v1.2.3