aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_put.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/test_namestore_api_put.c')
-rw-r--r--src/namestore/test_namestore_api_put.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/test_namestore_api_put.c b/src/namestore/test_namestore_api_put.c
index 190b5cec1..6998d4996 100644
--- a/src/namestore/test_namestore_api_put.c
+++ b/src/namestore/test_namestore_api_put.c
@@ -175,7 +175,7 @@ run (void *cls, char *const *args, const char *cfgfile,
175 175
176 /* load privat key */ 176 /* load privat key */
177 char *hostkey_file; 177 char *hostkey_file;
178 GNUNET_asprintf(&hostkey_file,"zonefiles%s%s",DIR_SEPARATOR_STR, "4UCICULTINKC87UO4326KEEDQ9MTEP2AJT88MJFVGTGNK12QNGMQI2S41VI07UUU6EO19BTB06PDL0HE6VP1OM50HOJEI75RHP4JP80.zone"); 178 GNUNET_asprintf(&hostkey_file,"zonefiles%s%s",DIR_SEPARATOR_STR, "4UCICULTINKC87UO4326KEEDQ9MTEP2AJT88MJFVGTGNK12QNGMQI2S41VI07UUU6EO19BTB06PDL0HE6VP1OM50HOJEI75RHP4JP80.zkey");
179 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Using zonekey file `%s' \n", hostkey_file); 179 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Using zonekey file `%s' \n", hostkey_file);
180 privkey = GNUNET_CRYPTO_rsa_key_create_from_file(hostkey_file); 180 privkey = GNUNET_CRYPTO_rsa_key_create_from_file(hostkey_file);
181 GNUNET_free (hostkey_file); 181 GNUNET_free (hostkey_file);