aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-21 15:18:28 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-21 15:18:28 +0000
commit8b27b58969cb4cd4ce1e6f8e683d864c2f6c24af (patch)
treea8a9160ac3a1e839051ff045f315ef43d8a8a6d7 /src/peerinfo
parente14a644c4764dbf768f529319fd9eb28697e36d0 (diff)
downloadgnunet-8b27b58969cb4cd4ce1e6f8e683d864c2f6c24af.tar.gz
gnunet-8b27b58969cb4cd4ce1e6f8e683d864c2f6c24af.zip
fix
Diffstat (limited to 'src/peerinfo')
-rw-r--r--src/peerinfo/test_peerinfo_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo/test_peerinfo_api.c b/src/peerinfo/test_peerinfo_api.c
index f3ab731f4..6fdfdc5ca 100644
--- a/src/peerinfo/test_peerinfo_api.c
+++ b/src/peerinfo/test_peerinfo_api.c
@@ -85,7 +85,7 @@ address_generator (void *cls, size_t max, void *buf)
85static void 85static void
86add_peer () 86add_peer ()
87{ 87{
88 struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded pkey; 88 struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded pkey;
89 struct GNUNET_PeerIdentity pid; 89 struct GNUNET_PeerIdentity pid;
90 struct GNUNET_HELLO_Message *h2; 90 struct GNUNET_HELLO_Message *h2;
91 size_t agc; 91 size_t agc;