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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/identity/identity.h b/src/identity/identity.h
index a3193ca2a..acb403736 100644
--- a/src/identity/identity.h
+++ b/src/identity/identity.h
@@ -43,12 +43,12 @@ struct GNUNET_IDENTITY_Ego
43 /** 43 /**
44 * The identity key pair 44 * The identity key pair
45 */ 45 */
46 struct GNUNET_IDENTITY_PublicKey pub; 46 struct GNUNET_CRYPTO_PublicKey pub;
47 47
48 /** 48 /**
49 * The identity key pair 49 * The identity key pair
50 */ 50 */
51 struct GNUNET_IDENTITY_PrivateKey pk; 51 struct GNUNET_CRYPTO_PrivateKey pk;
52 52
53 /** 53 /**
54 * Current name associated with this ego. 54 * Current name associated with this ego.