aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tool/gnunet-ats.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats-tool/gnunet-ats.c')
-rw-r--r--src/ats-tool/gnunet-ats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats-tool/gnunet-ats.c b/src/ats-tool/gnunet-ats.c
index 90523652d..a873ab0f2 100644
--- a/src/ats-tool/gnunet-ats.c
+++ b/src/ats-tool/gnunet-ats.c
@@ -352,7 +352,7 @@ testservice_ats (void *cls,
352 352
353 if (NULL != pid_str) 353 if (NULL != pid_str)
354 { 354 {
355 if (GNUNET_OK != GNUNET_CRYPTO_ecc_public_sign_key_from_string (pid_str, 355 if (GNUNET_OK != GNUNET_CRYPTO_eddsa_public_key_from_string (pid_str,
356 strlen (pid_str), 356 strlen (pid_str),
357 &pid.public_key)) 357 &pid.public_key))
358 { 358 {