aboutsummaryrefslogtreecommitdiff
path: root/src/psycstore/test_psycstore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/psycstore/test_psycstore.c')
-rw-r--r--src/psycstore/test_psycstore.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/psycstore/test_psycstore.c b/src/psycstore/test_psycstore.c
index ff4e208eb..05cb92dce 100644
--- a/src/psycstore/test_psycstore.c
+++ b/src/psycstore/test_psycstore.c
@@ -26,8 +26,8 @@
26 */ 26 */
27 27
28#include "platform.h" 28#include "platform.h"
29#include "gnunet_common.h"
30#include "gnunet_util_lib.h" 29#include "gnunet_util_lib.h"
30#include "gnunet_common.h"
31#include "gnunet_testing_lib.h" 31#include "gnunet_testing_lib.h"
32#include "gnunet_psycstore_service.h" 32#include "gnunet_psycstore_service.h"
33 33
@@ -497,8 +497,8 @@ run (void *cls,
497 h = GNUNET_PSYCSTORE_connect (cfg); 497 h = GNUNET_PSYCSTORE_connect (cfg);
498 GNUNET_assert (NULL != h); 498 GNUNET_assert (NULL != h);
499 499
500 channel_key = GNUNET_CRYPTO_ecc_key_create (); 500 channel_key = GNUNET_CRYPTO_eddsa_key_create ();
501 slave_key = GNUNET_CRYPTO_ecc_key_create (); 501 slave_key = GNUNET_CRYPTO_eddsa_key_create ();
502 502
503 GNUNET_CRYPTO_eddsa_key_get_public (channel_key, &channel_pub_key); 503 GNUNET_CRYPTO_eddsa_key_get_public (channel_key, &channel_pub_key);
504 GNUNET_CRYPTO_eddsa_key_get_public (slave_key, &slave_pub_key); 504 GNUNET_CRYPTO_eddsa_key_get_public (slave_key, &slave_pub_key);