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/transport/test_plugin_transport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/transport/test_plugin_transport.c') diff --git a/src/transport/test_plugin_transport.c b/src/transport/test_plugin_transport.c index c48fc2d49..ffaad19ff 100644 --- a/src/transport/test_plugin_transport.c +++ b/src/transport/test_plugin_transport.c @@ -48,7 +48,7 @@ /** * Our public key. */ -static struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded my_public_key; +static struct GNUNET_CRYPTO_EccPublicKey my_public_key; /** * Our identity. -- cgit v1.2.3