aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_ecc_setup.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-10-01 11:19:30 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-10-01 11:19:30 +0900
commit817b494b15e22020929aaeb6cd58a4dfd04509a2 (patch)
tree0208c6bdd73bb01103d2e076f4ec6f70b2aa2a4e /src/util/crypto_ecc_setup.c
parent5c9108a6c08ee6d242cd797d9b0232bbc8ee48df (diff)
downloadgnunet-817b494b15e22020929aaeb6cd58a4dfd04509a2.tar.gz
gnunet-817b494b15e22020929aaeb6cd58a4dfd04509a2.zip
- remove dead branch
Diffstat (limited to 'src/util/crypto_ecc_setup.c')
-rw-r--r--src/util/crypto_ecc_setup.c2
1 files changed, 1 insertions, 1 deletions
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,
174 sizeof (*pkey))) 174 sizeof (*pkey)))
175 { 175 {
176 /* file existed, report that *we* didn't create it... */ 176 /* file existed, report that *we* didn't create it... */
177 return (do_create) ? GNUNET_NO : GNUNET_OK; 177 return GNUNET_NO;
178 } 178 }
179 /* give up */ 179 /* give up */
180 return GNUNET_SYSERR; 180 return GNUNET_SYSERR;