aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 17a4c8fd4..8c208a2ed 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -95,7 +95,7 @@ struct InitReplyMessage
95 /** 95 /**
96 * Public key of the local peer. 96 * Public key of the local peer.
97 */ 97 */
98 struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded publicKey; 98 struct GNUNET_PeerIdentity my_identity;
99 99
100}; 100};
101 101