aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-04 14:26:56 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-04 14:26:56 +0000
commit33797fe6d5375d34c17e093e63011d813e260da8 (patch)
tree1b45803ca73b86c4f1d5378ceb327d9fc8714f95 /src/include/gnunet_testing_lib.h
parentd0cf573115d89775e1546996c2e6780cac12a98c (diff)
downloadgnunet-33797fe6d5375d34c17e093e63011d813e260da8.tar.gz
gnunet-33797fe6d5375d34c17e093e63011d813e260da8.zip
-go to more sane ECC curve to be more DoS-resistant
Diffstat (limited to 'src/include/gnunet_testing_lib.h')
-rw-r--r--src/include/gnunet_testing_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h
index 8a2910450..630152ddf 100644
--- a/src/include/gnunet_testing_lib.h
+++ b/src/include/gnunet_testing_lib.h
@@ -50,7 +50,7 @@ extern "C"
50 * curves (rounded up to the next full KB to make IO nicer); it is NOT 50 * curves (rounded up to the next full KB to make IO nicer); it is NOT
51 * the number of bits in the key. 51 * the number of bits in the key.
52 */ 52 */
53#define GNUNET_TESTING_HOSTKEYFILESIZE 2048 53#define GNUNET_TESTING_HOSTKEYFILESIZE 1024
54 54
55/** 55/**
56 * Handle for a system on which GNUnet peers are executed; 56 * Handle for a system on which GNUnet peers are executed;