projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdbe511
)
stuff
author
Christian Grothoff
<christian@grothoff.org>
Thu, 14 Oct 2010 09:42:42 +0000
(09:42 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Thu, 14 Oct 2010 09:42:42 +0000
(09:42 +0000)
src/util/test_crypto_ksk.c
patch
|
blob
|
history
diff --git
a/src/util/test_crypto_ksk.c
b/src/util/test_crypto_ksk.c
index 29c98b931194c7cc520e0cafb22ac9274461f890..96e6fee5ca51b30036ac4be817bc740d36c06e8f 100644
(file)
--- a/
src/util/test_crypto_ksk.c
+++ b/
src/util/test_crypto_ksk.c
@@
-66,9
+66,9
@@
testCorrectKey ()
if (0 != strncmp (out, &want[i*2], 2))
{
fprintf (stderr,
- " Failed! Wanted %.2s but got %2s\n",
+ " Failed! Wanted %.2s but got %2s
at %d
\n",
&want[i*2],
- out);
+ out
, i
);
return GNUNET_SYSERR;
}
}