aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_crypto_ksk.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-14 09:42:42 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-14 09:42:42 +0000
commitf7de546a5f6027642d1145163bc91b5792babd11 (patch)
tree8317aa976bd12f75e29a72af667d169797560a72 /src/util/test_crypto_ksk.c
parentcdbe511d41b59540a8305f19e4a81558d660838b (diff)
downloadgnunet-f7de546a5f6027642d1145163bc91b5792babd11.tar.gz
gnunet-f7de546a5f6027642d1145163bc91b5792babd11.zip
stuff
Diffstat (limited to 'src/util/test_crypto_ksk.c')
-rw-r--r--src/util/test_crypto_ksk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/test_crypto_ksk.c b/src/util/test_crypto_ksk.c
index 29c98b931..96e6fee5c 100644
--- a/src/util/test_crypto_ksk.c
+++ b/src/util/test_crypto_ksk.c
@@ -66,9 +66,9 @@ testCorrectKey ()
66 if (0 != strncmp (out, &want[i*2], 2)) 66 if (0 != strncmp (out, &want[i*2], 2))
67 { 67 {
68 fprintf (stderr, 68 fprintf (stderr,
69 " Failed! Wanted %.2s but got %2s\n", 69 " Failed! Wanted %.2s but got %2s at %d\n",
70 &want[i*2], 70 &want[i*2],
71 out); 71 out, i);
72 return GNUNET_SYSERR; 72 return GNUNET_SYSERR;
73 } 73 }
74 } 74 }