aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_ecc_setup.c
diff options
context:
space:
mode:
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;