[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r35636 - gnunet/src/cadet
From: |
gnunet |
Subject: |
[GNUnet-SVN] r35636 - gnunet/src/cadet |
Date: |
Mon, 27 Apr 2015 21:15:35 +0200 |
Author: bartpolot
Date: 2015-04-27 21:15:35 +0200 (Mon, 27 Apr 2015)
New Revision: 35636
Modified:
gnunet/src/cadet/gnunet-service-cadet_tunnel.c
Log:
- remove debug
Modified: gnunet/src/cadet/gnunet-service-cadet_tunnel.c
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_tunnel.c 2015-04-27 19:15:34 UTC
(rev 35635)
+++ gnunet/src/cadet/gnunet-service-cadet_tunnel.c 2015-04-27 19:15:35 UTC
(rev 35636)
@@ -1024,8 +1024,6 @@
GNUNET_CRYPTO_symmetric_derive_iv (&iv, &MK, NULL, 0, NULL);
#if DUMP_KEYS_TO_STDERR
- LOG (GNUNET_ERROR_TYPE_INFO, " txt: %s\n",
- GNUNET_h2s ((struct GNUNET_HashCode *) src));
LOG (GNUNET_ERROR_TYPE_INFO, " CKs: %s\n",
GNUNET_h2s ((struct GNUNET_HashCode *) &ax->CKs));
LOG (GNUNET_ERROR_TYPE_INFO, " AX_ENC with key %s\n",
@@ -1081,10 +1079,7 @@
t_hmac_derive_key (&ax->CKr, &ax->CKr, "1", 1);
LOG (GNUNET_ERROR_TYPE_DEBUG, " t_ax_decrypt end\n");
- LOG (GNUNET_ERROR_TYPE_INFO, " txt: %s\n",
- GNUNET_h2s ((struct GNUNET_HashCode *) dst));
-
return out_size;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r35636 - gnunet/src/cadet,
gnunet <=