gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] 01/03: CONVERSATION: Fix FTBFS for tests. #6857


From: gnunet
Subject: [gnunet] 01/03: CONVERSATION: Fix FTBFS for tests. #6857
Date: Mon, 10 May 2021 21:51:02 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit b66096531016574c353878bbb621c6f062912f51
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Mon May 10 21:43:12 2021 +0200

    CONVERSATION: Fix FTBFS for tests. #6857
---
 src/conversation/test_conversation_api.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/conversation/test_conversation_api.c 
b/src/conversation/test_conversation_api.c
index c5efecd52..41ef75821 100644
--- a/src/conversation/test_conversation_api.c
+++ b/src/conversation/test_conversation_api.c
@@ -402,7 +402,9 @@ namestore_put_cont (void *cls, int32_t success, const char 
*emsg)
   GNUNET_assert (GNUNET_YES == success);
   GNUNET_assert (NULL == emsg);
   GNUNET_assert (NULL == op);
-  op = GNUNET_IDENTITY_create (id, "caller-ego", NULL, &caller_ego_create_cont,
+  op = GNUNET_IDENTITY_create (id, "caller-ego", NULL,
+                               GNUNET_IDENTITY_TYPE_ECDSA,
+                               &caller_ego_create_cont,
                                NULL);
 }
 
@@ -484,7 +486,9 @@ run (void *cls,
   cfg = c;
   GNUNET_SCHEDULER_add_delayed (TIMEOUT, &end_test, NULL);
   id = GNUNET_IDENTITY_connect (cfg, &identity_cb, NULL);
-  op = GNUNET_IDENTITY_create (id, "phone-ego", NULL, &phone_ego_create_cont,
+  op = GNUNET_IDENTITY_create (id, "phone-ego", NULL,
+                               GNUNET_IDENTITY_TYPE_ECDSA,
+                               &phone_ego_create_cont,
                                NULL);
   ns = GNUNET_NAMESTORE_connect (cfg);
 }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]