summaryrefslogtreecommitdiff
path: root/anytun.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'anytun.cpp')
-rw-r--r--anytun.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/anytun.cpp b/anytun.cpp
index 7043936..b856015 100644
--- a/anytun.cpp
+++ b/anytun.cpp
@@ -111,7 +111,7 @@ void* sender(void* p)
pack.addPayloadType(0);
// cypher the packet
- Buffer tmp_key(16), tmp_salt(14);
+/* Buffer tmp_key(16), tmp_salt(14);
//TODO fix key derivation!
//conn.kd_.generate(label_satp_encryption, seq, tmp_key, tmp_key.getLength());
//conn.kd_.generate(label_satp_salt, seq, tmp_salt, tmp_salt.getLength());
@@ -123,7 +123,7 @@ void* sender(void* p)
c.cypher(pack, seq, param->opt.getSenderId());
- // add header to packet
+*/ // add header to packet
pack.addHeader(seq, param->opt.getSenderId());
seq++;