aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-08 19:49:23 +0000
committerChristian Grothoff <christian@grothoff.org>2015-06-08 19:49:23 +0000
commitf2cabcbdbaff81be2e543cb2d599c608e77c7765 (patch)
tree2722564c1a26e231fc69211cd5973786cc6abe5d /src
parent9c9c83e80c95f1c66441a189483c59eba985c02c (diff)
downloadgnunet-f2cabcbdbaff81be2e543cb2d599c608e77c7765.tar.gz
gnunet-f2cabcbdbaff81be2e543cb2d599c608e77c7765.zip
-if the rest of the code uses horrible casts, one more hardly matters
Diffstat (limited to 'src')
-rw-r--r--src/cadet/gnunet-service-cadet_tunnel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cadet/gnunet-service-cadet_tunnel.c b/src/cadet/gnunet-service-cadet_tunnel.c
index 4807885c6..661a056b6 100644
--- a/src/cadet/gnunet-service-cadet_tunnel.c
+++ b/src/cadet/gnunet-service-cadet_tunnel.c
@@ -4344,7 +4344,7 @@ ax_debug (const struct CadetTunnelAxolotl *ax, enum GNUNET_ErrorType level)
4344 4344
4345 GNUNET_CRYPTO_ecdhe_key_get_public (ax->DHRs, &pub); 4345 GNUNET_CRYPTO_ecdhe_key_get_public (ax->DHRs, &pub);
4346 LOG2 (level, "TTT DHRs\t %s\n", 4346 LOG2 (level, "TTT DHRs\t %s\n",
4347 GNUNET_i2s (&pub)); 4347 GNUNET_i2s ((struct GNUNET_PeerIdentity *) &pub));
4348 LOG2 (level, "TTT DHRr\t %s\n", 4348 LOG2 (level, "TTT DHRr\t %s\n",
4349 GNUNET_h2s ((struct GNUNET_HashCode *) &ax->DHRr)); 4349 GNUNET_h2s ((struct GNUNET_HashCode *) &ax->DHRr));
4350 4350