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:
b6b1569
)
fix
author
Christian Grothoff
<christian@grothoff.org>
Tue, 13 Apr 2010 11:06:23 +0000
(11:06 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 13 Apr 2010 11:06:23 +0000
(11:06 +0000)
src/util/test_crypto_rsa.c
patch
|
blob
|
history
diff --git
a/src/util/test_crypto_rsa.c
b/src/util/test_crypto_rsa.c
index a321e0cc52f6c46be4f687d23b86f2e7d125f42b..1d88a697b9359cd3122f15920237e260df4425d6 100644
(file)
--- a/
src/util/test_crypto_rsa.c
+++ b/
src/util/test_crypto_rsa.c
@@
-228,7
+228,7
@@
testSignVerify ()
}
if (GNUNET_SYSERR !=
GNUNET_CRYPTO_rsa_verify
- (GNUNET_SIGNATURE_PURPOSE_TRANSPORT_
TCP_
PING, &purp, &sig, &pkey))
+ (GNUNET_SIGNATURE_PURPOSE_TRANSPORT_PING, &purp, &sig, &pkey))
{
printf ("GNUNET_CRYPTO_rsa_verify failed to fail!\n");
ok = GNUNET_SYSERR;