doxygen
[oweals/gnunet.git] / src / transport / gnunet-transport.c
index 4fc1622b37aab91f97f10b8103d0337fc5ef22cf..0393a06cc8fc734ee3aeae6884289b4e2da61e60 100644 (file)
@@ -358,7 +358,7 @@ display_test_result (struct TestContext *tc, int result)
   resolver_users--;
   if ((0 == resolver_users) && (NULL != resolver))
   {
-    GNUNET_break (0 == GNUNET_OS_process_kill (resolver, SIGTERM));
+    GNUNET_break (0 == GNUNET_OS_process_kill (resolver, GNUNET_TERM_SIG));
     GNUNET_OS_process_destroy (resolver);
     resolver = NULL;
   }
@@ -518,8 +518,8 @@ notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer)
   if (try_connect)
   {
       /* all done, terminate instantly */
-      FPRINTF (stdout, 
-              _("Successfully connected to `%s'\n"), 
+      FPRINTF (stdout,
+              _("Successfully connected to `%s'\n"),
               GNUNET_i2s_full (peer));
       ret = 0;
 
@@ -803,13 +803,13 @@ testservice_task (void *cls,
 
   if (GNUNET_YES != result)
   {
-    FPRINTF (stderr, 
+    FPRINTF (stderr,
             _("Service `%s' is not running\n"), "transport");
     return;
   }
 
-  if ( (NULL != cpid) && 
-       (GNUNET_OK != GNUNET_CRYPTO_ecc_public_sign_key_from_string (cpid,
+  if ( (NULL != cpid) &&
+       (GNUNET_OK != GNUNET_CRYPTO_eddsa_public_key_from_string (cpid,
                                                                    strlen (cpid),
                                                                    &pid.public_key)))
   {