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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h
index 910662d3f..1f27347eb 100644
--- a/src/include/gnunet_testing_lib.h
+++ b/src/include/gnunet_testing_lib.h
@@ -48,7 +48,7 @@ extern "C"
48/** 48/**
49 * Size of each hostkey in the hostkey file (in BYTES). 49 * Size of each hostkey in the hostkey file (in BYTES).
50 */ 50 */
51#define GNUNET_TESTING_HOSTKEYFILESIZE sizeof (struct GNUNET_CRYPTO_EccPrivateKey) 51#define GNUNET_TESTING_HOSTKEYFILESIZE sizeof (struct GNUNET_CRYPTO_EddsaPrivateKey)
52 52
53/** 53/**
54 * The environmental variable, if set, that dictates where testing should place 54 * The environmental variable, if set, that dictates where testing should place
@@ -185,7 +185,7 @@ GNUNET_TESTING_system_destroy (struct GNUNET_TESTING_System *system,
185 * key; if NULL, GNUNET_SYSERR is returned immediately 185 * key; if NULL, GNUNET_SYSERR is returned immediately
186 * @return NULL on error (not enough keys) 186 * @return NULL on error (not enough keys)
187 */ 187 */
188struct GNUNET_CRYPTO_EccPrivateKey * 188struct GNUNET_CRYPTO_EddsaPrivateKey *
189GNUNET_TESTING_hostkey_get (const struct GNUNET_TESTING_System *system, 189GNUNET_TESTING_hostkey_get (const struct GNUNET_TESTING_System *system,
190 uint32_t key_number, 190 uint32_t key_number,
191 struct GNUNET_PeerIdentity *id); 191 struct GNUNET_PeerIdentity *id);