aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/test_conversation_api_reject.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/test_conversation_api_reject.c')
-rw-r--r--src/conversation/test_conversation_api_reject.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/conversation/test_conversation_api_reject.c b/src/conversation/test_conversation_api_reject.c
index 08c64df37..15728123b 100644
--- a/src/conversation/test_conversation_api_reject.c
+++ b/src/conversation/test_conversation_api_reject.c
@@ -255,7 +255,9 @@ namestore_put_cont (void *cls, int32_t success, const char *emsg)
255 GNUNET_assert (GNUNET_YES == success); 255 GNUNET_assert (GNUNET_YES == success);
256 GNUNET_assert (NULL == emsg); 256 GNUNET_assert (NULL == emsg);
257 GNUNET_assert (NULL == op); 257 GNUNET_assert (NULL == op);
258 op = GNUNET_IDENTITY_create (id, "caller-ego", NULL, &caller_ego_create_cont, 258 op = GNUNET_IDENTITY_create (id, "caller-ego", NULL,
259 GNUNET_IDENTITY_TYPE_ECDSA,
260 &caller_ego_create_cont,
259 NULL); 261 NULL);
260} 262}
261 263
@@ -337,7 +339,9 @@ run (void *cls,
337 cfg = c; 339 cfg = c;
338 GNUNET_SCHEDULER_add_delayed (TIMEOUT, &end_test, NULL); 340 GNUNET_SCHEDULER_add_delayed (TIMEOUT, &end_test, NULL);
339 id = GNUNET_IDENTITY_connect (cfg, &identity_cb, NULL); 341 id = GNUNET_IDENTITY_connect (cfg, &identity_cb, NULL);
340 op = GNUNET_IDENTITY_create (id, "phone-ego", NULL, &phone_ego_create_cont, 342 op = GNUNET_IDENTITY_create (id, "phone-ego", NULL,
343 GNUNET_IDENTITY_TYPE_ECDSA,
344 &phone_ego_create_cont,
341 NULL); 345 NULL);
342 ns = GNUNET_NAMESTORE_connect (cfg); 346 ns = GNUNET_NAMESTORE_connect (cfg);
343} 347}