From ca35f67faee8371fa763bdf49f04a8d5d4cdc021 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 5 Feb 2013 20:49:21 +0000 Subject: switching to ECDHE cryptography f, implementation is incomplete and INSECURE, do not use for anything but testing --- src/hello/test_hello.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/hello/test_hello.c') diff --git a/src/hello/test_hello.c b/src/hello/test_hello.c index 28d4aecbe..67335ab95 100644 --- a/src/hello/test_hello.c +++ b/src/hello/test_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_RsaPublicKeyBinaryEncoded publicKey; - struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded pk; + struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded publicKey; + struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded pk; struct GNUNET_TIME_Absolute startup_time; unsigned int i; -- cgit v1.2.3