From a3e90d565fb6aaef6462d59a29d0fa03a34e997c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 10 Jun 2012 00:45:43 +0000 Subject: [PATCH] -auto-load hostkeys, minor bugfixes --- src/include/gnunet_testing_lib-new.h | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/src/include/gnunet_testing_lib-new.h b/src/include/gnunet_testing_lib-new.h index 9b5f4c2f5..b88cd9e98 100644 --- a/src/include/gnunet_testing_lib-new.h +++ b/src/include/gnunet_testing_lib-new.h @@ -86,28 +86,6 @@ GNUNET_TESTING_system_destroy (struct GNUNET_TESTING_System *system, int remove_paths); -/** - * Testing includes a number of pre-created hostkeys for faster peer - * startup. This function loads such keys into memory from a file. - * - * @param system the testing system handle - * @param filename the path of the hostkeys file - * @return GNUNET_OK on success; GNUNET_SYSERR on error - */ -int -GNUNET_TESTING_hostkeys_load (struct GNUNET_TESTING_System *system, - const char *filename); - - -/** - * Function to remove the loaded hostkeys - * - * @param system the testing system handle - */ -void -GNUNET_TESTING_hostkeys_unload (struct GNUNET_TESTING_System *system); - - /** * Testing includes a number of pre-created hostkeys for * faster peer startup. This function can be used to -- 2.25.1