aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_lookup.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-30 19:40:14 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-30 19:40:14 +0000
commitc644917564f9a76b47b8c0d531e95020da9e282c (patch)
treec188c2911518f74f6b5405d781440590736291a1 /src/namestore/test_namestore_api_lookup.c
parent17de5c9d798109f55059190c886609ba377e4eb6 (diff)
downloadgnunet-c644917564f9a76b47b8c0d531e95020da9e282c.tar.gz
gnunet-c644917564f9a76b47b8c0d531e95020da9e282c.zip
-fixing some namestore tests
Diffstat (limited to 'src/namestore/test_namestore_api_lookup.c')
-rw-r--r--src/namestore/test_namestore_api_lookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/test_namestore_api_lookup.c b/src/namestore/test_namestore_api_lookup.c
index fdd229b23..7673e0fa7 100644
--- a/src/namestore/test_namestore_api_lookup.c
+++ b/src/namestore/test_namestore_api_lookup.c
@@ -222,7 +222,7 @@ run (void *cls,
222 &endbadly, NULL); 222 &endbadly, NULL);
223 223
224 /* load privat key from file not included in zonekey dir */ 224 /* load privat key from file not included in zonekey dir */
225 privkey = GNUNET_CRYPTO_ecc_key_create_from_file("test_hostkey"); 225 privkey = GNUNET_CRYPTO_ecc_key_create_from_file ("test_hostkey");
226 GNUNET_assert (NULL != privkey); 226 GNUNET_assert (NULL != privkey);
227 /* get public key */ 227 /* get public key */
228 GNUNET_CRYPTO_ecc_key_get_public(privkey, &pubkey); 228 GNUNET_CRYPTO_ecc_key_get_public(privkey, &pubkey);