[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: undo KX short cut modificat
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: undo KX short cut modification |
Date: |
Wed, 16 May 2018 18:34:22 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new a3c8675a8 undo KX short cut modification
a3c8675a8 is described below
commit a3c8675a85f337fff02a8d2eaaa5581692e1cfcc
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed May 16 18:34:20 2018 +0200
undo KX short cut modification
---
src/cadet/gnunet-service-cadet_tunnels.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/cadet/gnunet-service-cadet_tunnels.c
b/src/cadet/gnunet-service-cadet_tunnels.c
index 3008e9085..97c50dc90 100644
--- a/src/cadet/gnunet-service-cadet_tunnels.c
+++ b/src/cadet/gnunet-service-cadet_tunnels.c
@@ -1701,7 +1701,7 @@ GCT_handle_kx (struct CadetTConnection *ct,
"# KX received",
1,
GNUNET_NO);
-#if 0
+#if 1
if ( (0 ==
memcmp (&t->ax.DHRr,
&msg->ratchet_key,
@@ -1745,7 +1745,7 @@ GCT_handle_kx (struct CadetTConnection *ct,
"# Duplicate unverified KX received",
1,
GNUNET_NO);
-#if 0
+#if 1
send_kx_auth (t,
ct,
t->unverified_ax,
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [gnunet] branch master updated: undo KX short cut modification,
gnunet <=