aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib.h
diff options
context:
space:
mode:
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;