From c644917564f9a76b47b8c0d531e95020da9e282c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 30 Jun 2013 19:40:14 +0000 Subject: -fixing some namestore tests --- src/namestore/test_namestore_api_lookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/namestore/test_namestore_api_lookup.c') 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, &endbadly, NULL); /* load privat key from file not included in zonekey dir */ - privkey = GNUNET_CRYPTO_ecc_key_create_from_file("test_hostkey"); + privkey = GNUNET_CRYPTO_ecc_key_create_from_file ("test_hostkey"); GNUNET_assert (NULL != privkey); /* get public key */ GNUNET_CRYPTO_ecc_key_get_public(privkey, &pubkey); -- cgit v1.2.3