aboutsummaryrefslogtreecommitdiff
path: root/src/identity/identity.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-11 21:43:28 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-11 21:43:34 +0200
commit90ff9edfa9c5fcfa3a36d1653ff105e89b888e21 (patch)
tree780a2071f5072c8e8e044db741eb295c3f3ea2a7 /src/identity/identity.h
parent3bcfe59f1ce533246bda271f00b3ee957cae304d (diff)
downloadgnunet-90ff9edfa9c5fcfa3a36d1653ff105e89b888e21.tar.gz
gnunet-90ff9edfa9c5fcfa3a36d1653ff105e89b888e21.zip
fixing #6149
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.