aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_crypto_rsa.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-12 19:42:42 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-12 19:42:42 +0000
commit0764da28f2a3003c208703245b2247432855fc90 (patch)
tree632642a9ea1186a0e96524b4cf7b60ba26661034 /src/util/test_crypto_rsa.c
parent3b8fb06caa5e1e7ee123cc99c6b3e9ba38771598 (diff)
downloadgnunet-0764da28f2a3003c208703245b2247432855fc90.tar.gz
gnunet-0764da28f2a3003c208703245b2247432855fc90.zip
fx
Diffstat (limited to 'src/util/test_crypto_rsa.c')
-rw-r--r--src/util/test_crypto_rsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_crypto_rsa.c b/src/util/test_crypto_rsa.c
index 93e6e2098..6b17b4f49 100644
--- a/src/util/test_crypto_rsa.c
+++ b/src/util/test_crypto_rsa.c
@@ -229,7 +229,7 @@ testSignVerify ()
229 continue; 229 continue;
230 } 230 }
231 if (GNUNET_SYSERR != 231 if (GNUNET_SYSERR !=
232 GNUNET_CRYPTO_rsa_verify (GNUNET_SIGNATURE_PURPOSE_TRANSPORT_HELLO, 232 GNUNET_CRYPTO_rsa_verify (GNUNET_SIGNATURE_PURPOSE_TRANSPORT_TCP_PING,
233 &purp, &sig, &pkey)) 233 &purp, &sig, &pkey))
234 { 234 {
235 printf ("GNUNET_CRYPTO_rsa_verify failed to fail!\n"); 235 printf ("GNUNET_CRYPTO_rsa_verify failed to fail!\n");