aboutsummaryrefslogtreecommitdiff
path: root/src/identity/gnunet-identity.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/identity/gnunet-identity.c')
-rw-r--r--src/identity/gnunet-identity.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/identity/gnunet-identity.c b/src/identity/gnunet-identity.c
index cf44afd1f..d0f5546f3 100644
--- a/src/identity/gnunet-identity.c
+++ b/src/identity/gnunet-identity.c
@@ -406,7 +406,8 @@ run (void *cls,
406 GNUNET_STRINGS_string_to_data (privkey_ego, 406 GNUNET_STRINGS_string_to_data (privkey_ego,
407 strlen (privkey_ego), 407 strlen (privkey_ego),
408 &pk, 408 &pk,
409 sizeof(struct GNUNET_CRYPTO_EcdsaPrivateKey)); 409 sizeof(struct
410 GNUNET_CRYPTO_EcdsaPrivateKey));
410 create_op = 411 create_op =
411 GNUNET_IDENTITY_create (sh, 412 GNUNET_IDENTITY_create (sh,
412 create_ego, 413 create_ego,
@@ -452,7 +453,8 @@ main (int argc, char *const *argv)
452 GNUNET_GETOPT_option_string ('P', 453 GNUNET_GETOPT_option_string ('P',
453 "privkey", 454 "privkey",
454 "PRIVATE_KEY", 455 "PRIVATE_KEY",
455 gettext_noop ("set the private key for the identity to PRIVATE_KEY (use together with -C)"), 456 gettext_noop (
457 "set the private key for the identity to PRIVATE_KEY (use together with -C)"),
456 &privkey_ego), 458 &privkey_ego),
457 GNUNET_GETOPT_option_flag ('d', 459 GNUNET_GETOPT_option_flag ('d',
458 "display", 460 "display",