diff options
author | schanzen <schanzen@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-04-10 12:47:54 +0000 |
---|---|---|
committer | schanzen <schanzen@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-04-10 12:47:54 +0000 |
commit | b8583846ad67b0da2be66541a132a3b847034812 (patch) | |
tree | 1eccf5066238a78a768e9ebfdb8eb89c980f23a4 /src/gns/test_gns_simple_delegated_lookup.c | |
parent | 3be9118310c2dff9a7c68b1379cbeb879822f4f1 (diff) |
-more keys
git-svn-id: https://gnunet.org/svn/gnunet@20918 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/gns/test_gns_simple_delegated_lookup.c')
-rw-r--r-- | src/gns/test_gns_simple_delegated_lookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/test_gns_simple_delegated_lookup.c b/src/gns/test_gns_simple_delegated_lookup.c index 1f02a71bf8..876b93eab2 100644 --- a/src/gns/test_gns_simple_delegated_lookup.c +++ b/src/gns/test_gns_simple_delegated_lookup.c @@ -231,7 +231,7 @@ do_lookup(void *cls, const struct GNUNET_PeerIdentity *id, } alice_key = GNUNET_CRYPTO_rsa_key_create_from_file (alice_keyfile); - bob_key = GNUNET_CRYPTO_rsa_key_create (KEYFILE_BOB); + bob_key = GNUNET_CRYPTO_rsa_key_create_from_file (KEYFILE_BOB); GNUNET_CRYPTO_rsa_key_get_public (alice_key, &alice_pkey); GNUNET_CRYPTO_rsa_key_get_public (bob_key, &bob_pkey); |