aboutsummaryrefslogtreecommitdiff
path: root/src/identity/identity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/identity/identity.h')
-rw-r--r--src/identity/identity.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/identity/identity.h b/src/identity/identity.h
index 13ac91e46..5e965b2c7 100644
--- a/src/identity/identity.h
+++ b/src/identity/identity.h
@@ -138,7 +138,7 @@ struct GNUNET_IDENTITY_SetDefaultMessage
138 uint16_t reserved GNUNET_PACKED; 138 uint16_t reserved GNUNET_PACKED;
139 139
140 /** 140 /**
141 * The private key 141 * The private key
142 */ 142 */
143 struct GNUNET_CRYPTO_EccPrivateKey private_key; 143 struct GNUNET_CRYPTO_EccPrivateKey private_key;
144 144
@@ -149,7 +149,7 @@ struct GNUNET_IDENTITY_SetDefaultMessage
149 149
150/** 150/**
151 * Client requests creation of an identity. Service 151 * Client requests creation of an identity. Service
152 * will respond with a result code. 152 * will respond with a result code.
153 */ 153 */
154struct GNUNET_IDENTITY_CreateRequestMessage 154struct GNUNET_IDENTITY_CreateRequestMessage
155{ 155{
@@ -169,7 +169,7 @@ struct GNUNET_IDENTITY_CreateRequestMessage
169 uint16_t reserved GNUNET_PACKED; 169 uint16_t reserved GNUNET_PACKED;
170 170
171 /** 171 /**
172 * The private key 172 * The private key
173 */ 173 */
174 struct GNUNET_CRYPTO_EccPrivateKey private_key; 174 struct GNUNET_CRYPTO_EccPrivateKey private_key;
175 175