aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/gnunet-service-peerinfo.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-13 12:00:01 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-13 12:00:01 +0000
commita35c5a11d32bdd0bc24f64de36fbc6b0d0b20aae (patch)
treeb7768c5cb22e8a4f84d51cbd06dc04861fdb8510 /src/peerinfo/gnunet-service-peerinfo.c
parent95d42fdcb47eedcf2747614a22dacd676bc7faae (diff)
downloadgnunet-a35c5a11d32bdd0bc24f64de36fbc6b0d0b20aae.tar.gz
gnunet-a35c5a11d32bdd0bc24f64de36fbc6b0d0b20aae.zip
splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing and another for encryption
Diffstat (limited to 'src/peerinfo/gnunet-service-peerinfo.c')
-rw-r--r--src/peerinfo/gnunet-service-peerinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo/gnunet-service-peerinfo.c b/src/peerinfo/gnunet-service-peerinfo.c
index b1197dc7e..f0e298cf5 100644
--- a/src/peerinfo/gnunet-service-peerinfo.c
+++ b/src/peerinfo/gnunet-service-peerinfo.c
@@ -653,7 +653,7 @@ update_friend_hello (const struct GNUNET_HELLO_Message *hello,
653{ 653{
654 struct GNUNET_HELLO_Message * res; 654 struct GNUNET_HELLO_Message * res;
655 struct GNUNET_HELLO_Message * tmp; 655 struct GNUNET_HELLO_Message * tmp;
656 struct GNUNET_CRYPTO_EccPublicKey pk; 656 struct GNUNET_CRYPTO_EccPublicSignKey pk;
657 657
658 if (NULL != friend_hello) 658 if (NULL != friend_hello)
659 { 659 {