aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo-tool')
-rw-r--r--src/peerinfo-tool/gnunet-peerinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo-tool/gnunet-peerinfo.c b/src/peerinfo-tool/gnunet-peerinfo.c
index 545f8a7e8..d0f9edb06 100644
--- a/src/peerinfo-tool/gnunet-peerinfo.c
+++ b/src/peerinfo-tool/gnunet-peerinfo.c
@@ -192,7 +192,7 @@ static struct GNUNET_PeerIdentity my_peer_identity;
192/** 192/**
193 * My public key. 193 * My public key.
194 */ 194 */
195static struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded my_public_key; 195static struct GNUNET_CRYPTO_EccPublicKey my_public_key;
196 196
197/** 197/**
198 * Head of list of print contexts. 198 * Head of list of print contexts.