From fe76c075e315c0351e2fe465434ae39087daf014 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 6 Aug 2013 14:18:31 +0000 Subject: moving to new, fixed-size encoding of public and private ECC keys everywhere, also improving ECC API to better support ECRS/GADS operations --- src/hello/test_friend_hello.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/hello/test_friend_hello.c') diff --git a/src/hello/test_friend_hello.c b/src/hello/test_friend_hello.c index fb14817c7..7d0348339 100644 --- a/src/hello/test_friend_hello.c +++ b/src/hello/test_friend_hello.c @@ -93,8 +93,8 @@ main (int argc, char *argv[]) struct GNUNET_HELLO_Message *msg1; struct GNUNET_HELLO_Message *msg2; struct GNUNET_HELLO_Message *msg3; - struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded publicKey; - struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded pk; + struct GNUNET_CRYPTO_EccPublicKey publicKey; + struct GNUNET_CRYPTO_EccPublicKey pk; struct GNUNET_TIME_Absolute startup_time; unsigned int i; -- cgit v1.2.3