aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_simple_zkey_lookup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/test_gns_simple_zkey_lookup.c')
-rw-r--r--src/gns/test_gns_simple_zkey_lookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/test_gns_simple_zkey_lookup.c b/src/gns/test_gns_simple_zkey_lookup.c
index 3ca331327..7402f9d58 100644
--- a/src/gns/test_gns_simple_zkey_lookup.c
+++ b/src/gns/test_gns_simple_zkey_lookup.c
@@ -234,7 +234,7 @@ do_lookup(void *cls, const struct GNUNET_PeerIdentity *id,
234 } 234 }
235 235
236 alice_key = GNUNET_CRYPTO_rsa_key_create_from_file (alice_keyfile); 236 alice_key = GNUNET_CRYPTO_rsa_key_create_from_file (alice_keyfile);
237 bob_key = GNUNET_CRYPTO_rsa_key_create (KEYFILE_BOB); 237 bob_key = GNUNET_CRYPTO_rsa_key_create_from_file (KEYFILE_BOB);
238 238
239 GNUNET_CRYPTO_rsa_key_get_public (alice_key, &alice_pkey); 239 GNUNET_CRYPTO_rsa_key_get_public (alice_key, &alice_pkey);
240 GNUNET_CRYPTO_rsa_key_get_public (bob_key, &bob_pkey); 240 GNUNET_CRYPTO_rsa_key_get_public (bob_key, &bob_pkey);