From 817b494b15e22020929aaeb6cd58a4dfd04509a2 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Sat, 1 Oct 2022 11:19:30 +0900 Subject: - remove dead branch --- src/util/crypto_ecc_setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/crypto_ecc_setup.c') diff --git a/src/util/crypto_ecc_setup.c b/src/util/crypto_ecc_setup.c index 4f5c9cd74..46993e0fc 100644 --- a/src/util/crypto_ecc_setup.c +++ b/src/util/crypto_ecc_setup.c @@ -174,7 +174,7 @@ GNUNET_CRYPTO_eddsa_key_from_file (const char *filename, sizeof (*pkey))) { /* file existed, report that *we* didn't create it... */ - return (do_create) ? GNUNET_NO : GNUNET_OK; + return GNUNET_NO; } /* give up */ return GNUNET_SYSERR; -- cgit v1.2.3