From a35c5a11d32bdd0bc24f64de36fbc6b0d0b20aae Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 13 Sep 2013 12:00:01 +0000 Subject: splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing and another for encryption --- src/fs/test_fs_uri.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fs/test_fs_uri.c') diff --git a/src/fs/test_fs_uri.c b/src/fs/test_fs_uri.c index 0d3aeaf41..1e1bd8fb8 100644 --- a/src/fs/test_fs_uri.c +++ b/src/fs/test_fs_uri.c @@ -164,7 +164,7 @@ testNamespace (int i) struct GNUNET_FS_Uri *ret; char *emsg; struct GNUNET_CRYPTO_EccPrivateKey *ph; - struct GNUNET_CRYPTO_EccPublicKey id; + struct GNUNET_CRYPTO_EccPublicSignKey id; char buf[1024]; char ubuf[1024]; char *sret; @@ -194,7 +194,7 @@ testNamespace (int i) } GNUNET_free (emsg); ph = GNUNET_CRYPTO_ecc_key_create (); - GNUNET_CRYPTO_ecc_key_get_public (ph, &id); + GNUNET_CRYPTO_ecc_key_get_public_for_signature (ph, &id); sret = GNUNET_STRINGS_data_to_string (&id, sizeof (id), ubuf, sizeof (ubuf) - 1); GNUNET_assert (NULL != sret); -- cgit v1.2.3