aboutsummaryrefslogtreecommitdiff
path: root/src/pt/test_gnunet_vpn.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-05-29 08:18:55 +0000
committerChristian Grothoff <christian@grothoff.org>2013-05-29 08:18:55 +0000
commit022002438e4047d235a688cfd9da7b63ab990103 (patch)
tree8d0cb444a3ab376b5a8f614fb87bdeb31e7b3327 /src/pt/test_gnunet_vpn.c
parentb62eb443ee3af84f87030fad9fd11a948b1a2503 (diff)
downloadgnunet-022002438e4047d235a688cfd9da7b63ab990103.tar.gz
gnunet-022002438e4047d235a688cfd9da7b63ab990103.zip
-switching GNS from RSA to ECC
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 c8c7317fc..3a675654d 100644
--- a/src/pt/test_gnunet_vpn.c
+++ b/src/pt/test_gnunet_vpn.c
@@ -426,7 +426,7 @@ main (int argc, char *const *argv)
426 426
427 GNUNET_free (vpn_binary); 427 GNUNET_free (vpn_binary);
428 GNUNET_free (exit_binary); 428 GNUNET_free (exit_binary);
429 GNUNET_CRYPTO_rsa_setup_hostkey ("test_gnunet_vpn.conf"); 429 GNUNET_CRYPTO_ecc_setup_hostkey ("test_gnunet_vpn.conf");
430 bin = argv[0]; 430 bin = argv[0];
431 if (NULL != strstr (bin, "lt-")) 431 if (NULL != strstr (bin, "lt-"))
432 bin = strstr (bin, "lt-") + 4; 432 bin = strstr (bin, "lt-") + 4;