X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fidentity%2Fgnunet-identity.c;h=8304a707dcd0c822304d28ebf440ec976ab3d1e0;hb=cea95af17bb3bfaf65224d0ecd2db2308e333764;hp=8ed1263a9b79d4934a43d4541393b36ececcc43d;hpb=b73ad06bd39b3d005c22ffcfe8423a5c9d92b37e;p=oweals%2Fgnunet.git diff --git a/src/identity/gnunet-identity.c b/src/identity/gnunet-identity.c index 8ed1263a9..8304a707d 100644 --- a/src/identity/gnunet-identity.c +++ b/src/identity/gnunet-identity.c @@ -104,7 +104,7 @@ shutdown_task (void *cls, { GNUNET_IDENTITY_cancel (delete_op); delete_op = NULL; - } + } GNUNET_IDENTITY_disconnect (sh); sh = NULL; } @@ -121,7 +121,7 @@ test_finished () (NULL == set_op) && (NULL == set_ego) && (! list) && - (! monitor) ) + (! monitor) ) GNUNET_SCHEDULER_shutdown (); } @@ -201,11 +201,11 @@ set_done (void *cls, * 'ego' does indicate an error (i.e. name is taken or no default * value is known). If 'ego' is non-NULL and if '*ctx' * is set in those callbacks, the value WILL be passed to a subsequent - * call to the identity callback of 'GNUNET_IDENTITY_connect' (if + * call to the identity callback of 'GNUNET_IDENTITY_connect' (if * that one was not NULL). * * When an identity is renamed, this function is called with the - * (known) ego but the NEW identifier. + * (known) ego but the NEW identifier. * * When an identity is deleted, this function is called with the * (known) ego and "NULL" for the 'identifier'. In this case, @@ -226,13 +226,13 @@ print_ego (void *cls, void **ctx, const char *identifier) { - struct GNUNET_CRYPTO_EccPublicKey pk; + struct GNUNET_CRYPTO_EcdsaPublicKey pk; char *s; if ( (NULL != set_ego) && (NULL != ego) && (NULL != identifier) && - (0 == strcmp (identifier, + (0 == strcmp (identifier, set_ego)) ) { set_op = GNUNET_IDENTITY_set (sh, @@ -267,7 +267,7 @@ print_ego (void *cls, if (NULL == ego) return; GNUNET_IDENTITY_ego_get_public_key (ego, &pk); - s = GNUNET_CRYPTO_ecc_public_key_to_string (&pk); + s = GNUNET_CRYPTO_ecdsa_public_key_to_string (&pk); if ( (monitor) || (NULL != identifier) ) fprintf (stdout, "%s - %s\n", identifier, s); GNUNET_free (s); @@ -348,7 +348,7 @@ main (int argc, char *const *argv) return 2; res = GNUNET_PROGRAM_run (argc, argv, "gnunet-identity", - gettext_noop ("Maintain egos"), + gettext_noop ("Maintain egos"), options, &run, NULL); GNUNET_free ((void *) argv);