aboutsummaryrefslogtreecommitdiff
path: root/src/pt
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-17 15:23:57 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-17 15:23:57 +0000
commit98353d5eef5165351ce9e3d0e20778aa8bdcac5b (patch)
tree7edd7f9022a7404a8d4d07e7e653d97204075965 /src/pt
parentd5b2e929fb806baf290119b5537b25fc32262a0a (diff)
downloadgnunet-98353d5eef5165351ce9e3d0e20778aa8bdcac5b.tar.gz
gnunet-98353d5eef5165351ce9e3d0e20778aa8bdcac5b.zip
-more rsa refactoring
Diffstat (limited to 'src/pt')
-rw-r--r--src/pt/test_gns_vpn.c2
-rw-r--r--src/pt/test_gnunet_vpn.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/pt/test_gns_vpn.c b/src/pt/test_gns_vpn.c
index e67801298..7d2cd7ba4 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)
573 "Change $PATH ('.' in $PATH before $GNUNET_PREFIX/bin is problematic) or permissions (run 'make install' as root) to fix this!\n"); 573 "Change $PATH ('.' in $PATH before $GNUNET_PREFIX/bin is problematic) or permissions (run 'make install' as root) to fix this!\n");
574 return 0; 574 return 0;
575 } 575 }
576 GNUNET_CRYPTO_setup_hostkey ("test_gns_vpn.conf"); 576 GNUNET_CRYPTO_rsa_setup_hostkey ("test_gns_vpn.conf");
577 577
578 dest_ip = "169.254.86.1"; 578 dest_ip = "169.254.86.1";
579 dest_af = AF_INET; 579 dest_af = AF_INET;
diff --git a/src/pt/test_gnunet_vpn.c b/src/pt/test_gnunet_vpn.c
index f40a363b7..72551e353 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)
436 "Change $PATH ('.' in $PATH before $GNUNET_PREFIX/bin is problematic) or permissions (run 'make install' as root) to fix this!\n"); 436 "Change $PATH ('.' in $PATH before $GNUNET_PREFIX/bin is problematic) or permissions (run 'make install' as root) to fix this!\n");
437 return 0; 437 return 0;
438 } 438 }
439 GNUNET_CRYPTO_setup_hostkey ("test_gnunet_vpn.conf"); 439 GNUNET_CRYPTO_rsa_setup_hostkey ("test_gnunet_vpn.conf");
440 bin = argv[0]; 440 bin = argv[0];
441 if (NULL != strstr (bin, "lt-")) 441 if (NULL != strstr (bin, "lt-"))
442 bin = strstr (bin, "lt-") + 4; 442 bin = strstr (bin, "lt-") + 4;