aboutsummaryrefslogtreecommitdiff
path: root/src/pt/test_gnunet_vpn.c
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/test_gnunet_vpn.c
parentd5b2e929fb806baf290119b5537b25fc32262a0a (diff)
downloadgnunet-98353d5eef5165351ce9e3d0e20778aa8bdcac5b.tar.gz
gnunet-98353d5eef5165351ce9e3d0e20778aa8bdcac5b.zip
-more rsa refactoring
Diffstat (limited to 'src/pt/test_gnunet_vpn.c')
-rw-r--r--src/pt/test_gnunet_vpn.c2
1 files changed, 1 insertions, 1 deletions
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;