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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/identity/identity.h b/src/identity/identity.h
index b3c03d1ce..2303bf214 100644
--- a/src/identity/identity.h
+++ b/src/identity/identity.h
@@ -247,7 +247,7 @@ struct GNUNET_IDENTITY_Ego
247 /** 247 /**
248 * Private key associated with this ego. 248 * Private key associated with this ego.
249 */ 249 */
250 struct GNUNET_CRYPTO_EcdsaPrivateKey *pk; 250 struct GNUNET_CRYPTO_EcdsaPrivateKey pk;
251 251
252 /** 252 /**
253 * Current name associated with this ego. 253 * Current name associated with this ego.