aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_ecc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/crypto_ecc.c')
-rw-r--r--src/util/crypto_ecc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/crypto_ecc.c b/src/util/crypto_ecc.c
index 0563c8677..79c003b8e 100644
--- a/src/util/crypto_ecc.c
+++ b/src/util/crypto_ecc.c
@@ -932,7 +932,7 @@ GNUNET_CRYPTO_get_host_identity (const struct GNUNET_CONFIGURATION_Handle *cfg,
932 struct GNUNET_CRYPTO_EccPrivateKey *my_private_key; 932 struct GNUNET_CRYPTO_EccPrivateKey *my_private_key;
933 struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded my_public_key; 933 struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded my_public_key;
934 char *keyfile; 934 char *keyfile;
935 935
936 if (GNUNET_OK != 936 if (GNUNET_OK !=
937 GNUNET_CONFIGURATION_get_value_filename (cfg, "PEER", "PRIVATE_KEY", 937 GNUNET_CONFIGURATION_get_value_filename (cfg, "PEER", "PRIVATE_KEY",
938 &keyfile)) 938 &keyfile))