undo KX short cut modification
authorChristian Grothoff <christian@grothoff.org>
Wed, 16 May 2018 16:34:20 +0000 (18:34 +0200)
committerChristian Grothoff <christian@grothoff.org>
Wed, 16 May 2018 16:34:20 +0000 (18:34 +0200)
src/cadet/gnunet-service-cadet_tunnels.c

index 3008e90853a2f5befd418af5dced22911d23647e..97c50dc906fcae5f1390ec8689cde45b8e212c7d 100644 (file)
@@ -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,