aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_dht_delegated_lookup.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-04-10 12:47:54 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-04-10 12:47:54 +0000
commiteb2f7ab009637c279a6bbf227ddfc54a8e2b08e3 (patch)
tree1eccf5066238a78a768e9ebfdb8eb89c980f23a4 /src/gns/test_gns_dht_delegated_lookup.c
parentdeb0d815d8e7b0456401713d920345ba1ca12236 (diff)
downloadgnunet-eb2f7ab009637c279a6bbf227ddfc54a8e2b08e3.tar.gz
gnunet-eb2f7ab009637c279a6bbf227ddfc54a8e2b08e3.zip
-more keys
Diffstat (limited to 'src/gns/test_gns_dht_delegated_lookup.c')
-rw-r--r--src/gns/test_gns_dht_delegated_lookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/test_gns_dht_delegated_lookup.c b/src/gns/test_gns_dht_delegated_lookup.c
index 14a8cb100..2835af6f8 100644
--- a/src/gns/test_gns_dht_delegated_lookup.c
+++ b/src/gns/test_gns_dht_delegated_lookup.c
@@ -305,7 +305,7 @@ do_lookup(void *cls, const struct GNUNET_PeerIdentity *id,
305 } 305 }
306 306
307 alice_key = GNUNET_CRYPTO_rsa_key_create_from_file (alice_keyfile); 307 alice_key = GNUNET_CRYPTO_rsa_key_create_from_file (alice_keyfile);
308 bob_key = GNUNET_CRYPTO_rsa_key_create (KEYFILE_BOB); 308 bob_key = GNUNET_CRYPTO_rsa_key_create_from_file (KEYFILE_BOB);
309 309
310 GNUNET_free(alice_keyfile); 310 GNUNET_free(alice_keyfile);
311 311