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)
-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 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;