diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-10-17 15:23:57 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-10-17 15:23:57 +0000 |
commit | 301db5d6010c0e2b0fcb86aee9eb60023e30958f (patch) | |
tree | 7edd7f9022a7404a8d4d07e7e653d97204075965 /src/pt | |
parent | bc1da643396d5fd3123efd98d827256f1766b589 (diff) |
-more rsa refactoring
git-svn-id: https://gnunet.org/svn/gnunet@24363 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/pt')
-rw-r--r-- | src/pt/test_gns_vpn.c | 2 | ||||
-rw-r--r-- | src/pt/test_gnunet_vpn.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/pt/test_gns_vpn.c b/src/pt/test_gns_vpn.c index e67801298b..7d2cd7ba4b 100644 --- a/src/pt/test_gns_vpn.c +++ b/src/pt/test_gns_vpn.c @@ -573,7 +573,7 @@ main (int argc, char *const *argv) "Change $PATH ('.' in $PATH before $GNUNET_PREFIX/bin is problematic) or permissions (run 'make install' as root) to fix this!\n"); return 0; } - GNUNET_CRYPTO_setup_hostkey ("test_gns_vpn.conf"); + GNUNET_CRYPTO_rsa_setup_hostkey ("test_gns_vpn.conf"); dest_ip = "169.254.86.1"; dest_af = AF_INET; diff --git a/src/pt/test_gnunet_vpn.c b/src/pt/test_gnunet_vpn.c index f40a363b7d..72551e3531 100644 --- a/src/pt/test_gnunet_vpn.c +++ b/src/pt/test_gnunet_vpn.c @@ -436,7 +436,7 @@ main (int argc, char *const *argv) "Change $PATH ('.' in $PATH before $GNUNET_PREFIX/bin is problematic) or permissions (run 'make install' as root) to fix this!\n"); return 0; } - GNUNET_CRYPTO_setup_hostkey ("test_gnunet_vpn.conf"); + GNUNET_CRYPTO_rsa_setup_hostkey ("test_gnunet_vpn.conf"); bin = argv[0]; if (NULL != strstr (bin, "lt-")) bin = strstr (bin, "lt-") + 4; |