From 7f4ddbcab8598e3d5e29c23ce883cdfa664408f1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 18 Jul 2020 00:44:39 +0200 Subject: merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188 --- src/identity/gnunet-identity.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/identity/gnunet-identity.c') 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, GNUNET_STRINGS_string_to_data (privkey_ego, strlen (privkey_ego), &pk, - sizeof(struct GNUNET_CRYPTO_EcdsaPrivateKey)); + sizeof(struct + GNUNET_CRYPTO_EcdsaPrivateKey)); create_op = GNUNET_IDENTITY_create (sh, create_ego, @@ -452,7 +453,8 @@ main (int argc, char *const *argv) GNUNET_GETOPT_option_string ('P', "privkey", "PRIVATE_KEY", - gettext_noop ("set the private key for the identity to PRIVATE_KEY (use together with -C)"), + gettext_noop ( + "set the private key for the identity to PRIVATE_KEY (use together with -C)"), &privkey_ego), GNUNET_GETOPT_option_flag ('d', "display", -- cgit v1.2.3