aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-10 00:45:43 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-10 00:45:43 +0000
commita3e90d565fb6aaef6462d59a29d0fa03a34e997c (patch)
tree7b28288050d8bc0fe41211240b7f596bd0beaac4
parentdfb3c59120f834a579d74391ec67391e1411b4cf (diff)
-auto-load hostkeys, minor bugfixes
-rw-r--r--src/include/gnunet_testing_lib-new.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/include/gnunet_testing_lib-new.h b/src/include/gnunet_testing_lib-new.h
index 9b5f4c2f5c..b88cd9e98e 100644
--- a/src/include/gnunet_testing_lib-new.h
+++ b/src/include/gnunet_testing_lib-new.h
@@ -87,28 +87,6 @@ GNUNET_TESTING_system_destroy (struct GNUNET_TESTING_System *system,
/**
- * 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
* access the n-th key of those pre-created hostkeys; note