X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Finclude%2Fgnunet_testing_lib.h;h=630152ddfffd5a3e84aad1cd63b4014205d45f2d;hb=6973ade884b8e22e7fcaa51a90d00a8caa2d2fa4;hp=47f05d49d61bb534007c83601e444d51cd1339a1;hpb=ca35f67faee8371fa763bdf49f04a8d5d4cdc021;p=oweals%2Fgnunet.git diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h index 47f05d49d..630152ddf 100644 --- a/src/include/gnunet_testing_lib.h +++ b/src/include/gnunet_testing_lib.h @@ -50,7 +50,7 @@ extern "C" * curves (rounded up to the next full KB to make IO nicer); it is NOT * the number of bits in the key. */ -#define GNUNET_TESTING_HOSTKEYFILESIZE 2048 +#define GNUNET_TESTING_HOSTKEYFILESIZE 1024 /** * Handle for a system on which GNUnet peers are executed; @@ -226,7 +226,7 @@ GNUNET_TESTING_peer_configure (struct GNUNET_TESTING_System *system, * @param id identifier for the daemon, will be set */ void -GNUNET_TESTING_peer_get_identity (const struct GNUNET_TESTING_Peer *peer, +GNUNET_TESTING_peer_get_identity (struct GNUNET_TESTING_Peer *peer, struct GNUNET_PeerIdentity *id);