aboutsummaryrefslogtreecommitdiff
path: root/src/vpn
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-10 14:38:55 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-10 14:38:55 +0000
commit9351b1e9bdf2b067b6db06562c26ba658cff42b8 (patch)
tree68dc4ab447e7e8b6a20a706858cd36238c1c7c5f /src/vpn
parent8beabcd96c0cf1e1873c0b5ff96e537f1beb0b34 (diff)
downloadgnunet-9351b1e9bdf2b067b6db06562c26ba658cff42b8.tar.gz
gnunet-9351b1e9bdf2b067b6db06562c26ba658cff42b8.zip
separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSA
Diffstat (limited to 'src/vpn')
-rw-r--r--src/vpn/gnunet-vpn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpn/gnunet-vpn.c b/src/vpn/gnunet-vpn.c
index 5a35a0df5..a68fdc45b 100644
--- a/src/vpn/gnunet-vpn.c
+++ b/src/vpn/gnunet-vpn.c
@@ -226,7 +226,7 @@ run (void *cls, char *const *args, const char *cfgfile,
226 if (udp) 226 if (udp)
227 protocol = IPPROTO_UDP; 227 protocol = IPPROTO_UDP;
228 if (GNUNET_OK != 228 if (GNUNET_OK !=
229 GNUNET_CRYPTO_ecc_public_sign_key_from_string (peer_id, 229 GNUNET_CRYPTO_eddsa_public_key_from_string (peer_id,
230 strlen (peer_id), 230 strlen (peer_id),
231 &peer.public_key)) 231 &peer.public_key))
232 { 232 {