aboutsummaryrefslogtreecommitdiff
path: root/src/util/gnunet-ecc.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-13 18:57:04 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-13 18:57:04 +0000
commitd5d073a8b040165be91a59cbdf6344bb698a760d (patch)
treef09d0fd2bffb277b3b0802ed0e0f36b25e7bfd0a /src/util/gnunet-ecc.c
parentb218a20819932c4c594ea2933ff3f4f28b398325 (diff)
downloadgnunet-d5d073a8b040165be91a59cbdf6344bb698a760d.tar.gz
gnunet-d5d073a8b040165be91a59cbdf6344bb698a760d.zip
-fix rename issues
Diffstat (limited to 'src/util/gnunet-ecc.c')
-rw-r--r--src/util/gnunet-ecc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/gnunet-ecc.c b/src/util/gnunet-ecc.c
index 6d9e78443..9f76d6b8e 100644
--- a/src/util/gnunet-ecc.c
+++ b/src/util/gnunet-ecc.c
@@ -131,7 +131,7 @@ run (void *cls, char *const *args, const char *cfgfile,
131 char *s; 131 char *s;
132 132
133 GNUNET_CRYPTO_ecc_key_get_public_for_signature (pk, &pub); 133 GNUNET_CRYPTO_ecc_key_get_public_for_signature (pk, &pub);
134 s = GNUNET_CRYPTO_ecc_public_key_to_string (&pub); 134 s = GNUNET_CRYPTO_ecc_public_sign_key_to_string (&pub);
135 fprintf (stdout, "%s\n", s); 135 fprintf (stdout, "%s\n", s);
136 GNUNET_free (s); 136 GNUNET_free (s);
137 } 137 }