aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_zone_iteration_stop.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-03-13 10:01:04 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-03-13 10:01:04 +0000
commit0681cb12727ce56831a00fb12eb8f01f5478b07d (patch)
treef1ba2d95ba07a31f4f345ef2d5146005aefd12ec /src/namestore/test_namestore_api_zone_iteration_stop.c
parentc11472e6949aad0d70787d9164042b9ba641a692 (diff)
downloadgnunet-0681cb12727ce56831a00fb12eb8f01f5478b07d.tar.gz
gnunet-0681cb12727ce56831a00fb12eb8f01f5478b07d.zip
- file extension
Diffstat (limited to 'src/namestore/test_namestore_api_zone_iteration_stop.c')
-rw-r--r--src/namestore/test_namestore_api_zone_iteration_stop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/namestore/test_namestore_api_zone_iteration_stop.c b/src/namestore/test_namestore_api_zone_iteration_stop.c
index 47b09a00c..da75d46db 100644
--- a/src/namestore/test_namestore_api_zone_iteration_stop.c
+++ b/src/namestore/test_namestore_api_zone_iteration_stop.c
@@ -419,7 +419,7 @@ run (void *cls, char *const *args, const char *cfgfile,
419 endbadly_task = GNUNET_SCHEDULER_add_delayed(TIMEOUT,&endbadly, NULL); 419 endbadly_task = GNUNET_SCHEDULER_add_delayed(TIMEOUT,&endbadly, NULL);
420 420
421 char *hostkey_file; 421 char *hostkey_file;
422 GNUNET_asprintf(&hostkey_file,"zonefiles%s%s",DIR_SEPARATOR_STR, "4UCICULTINKC87UO4326KEEDQ9MTEP2AJT88MJFVGTGNK12QNGMQI2S41VI07UUU6EO19BTB06PDL0HE6VP1OM50HOJEI75RHP4JP80.zone"); 422 GNUNET_asprintf(&hostkey_file,"zonefiles%s%s",DIR_SEPARATOR_STR, "4UCICULTINKC87UO4326KEEDQ9MTEP2AJT88MJFVGTGNK12QNGMQI2S41VI07UUU6EO19BTB06PDL0HE6VP1OM50HOJEI75RHP4JP80.zkey");
423 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Using zonekey file `%s' \n", hostkey_file); 423 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Using zonekey file `%s' \n", hostkey_file);
424 privkey = GNUNET_CRYPTO_rsa_key_create_from_file(hostkey_file); 424 privkey = GNUNET_CRYPTO_rsa_key_create_from_file(hostkey_file);
425 GNUNET_free (hostkey_file); 425 GNUNET_free (hostkey_file);
@@ -427,7 +427,7 @@ run (void *cls, char *const *args, const char *cfgfile,
427 GNUNET_CRYPTO_rsa_key_get_public(privkey, &pubkey); 427 GNUNET_CRYPTO_rsa_key_get_public(privkey, &pubkey);
428 GNUNET_CRYPTO_hash(&pubkey, sizeof (pubkey), &zone); 428 GNUNET_CRYPTO_hash(&pubkey, sizeof (pubkey), &zone);
429 429
430 GNUNET_asprintf(&hostkey_file,"zonefiles%s%s",DIR_SEPARATOR_STR, "KJI3AL00K91EDPFJF58DAJM7H61D189TLP70N56JL8SVDCJE1SJ3SNNBOQPPONTL37FMHPS39SMK2NMVC0GQMGA6QCMHITT78O8GF80.zone"); 430 GNUNET_asprintf(&hostkey_file,"zonefiles%s%s",DIR_SEPARATOR_STR, "KJI3AL00K91EDPFJF58DAJM7H61D189TLP70N56JL8SVDCJE1SJ3SNNBOQPPONTL37FMHPS39SMK2NMVC0GQMGA6QCMHITT78O8GF80.zkey");
431 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Using zonekey file `%s' \n", hostkey_file); 431 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Using zonekey file `%s' \n", hostkey_file);
432 privkey2 = GNUNET_CRYPTO_rsa_key_create_from_file(hostkey_file); 432 privkey2 = GNUNET_CRYPTO_rsa_key_create_from_file(hostkey_file);
433 GNUNET_free (hostkey_file); 433 GNUNET_free (hostkey_file);