aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk.h')
-rw-r--r--src/fs/gnunet-fs-gtk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-fs-gtk.h b/src/fs/gnunet-fs-gtk.h
index 295a513e..3dab8bcf 100644
--- a/src/fs/gnunet-fs-gtk.h
+++ b/src/fs/gnunet-fs-gtk.h
@@ -132,7 +132,7 @@ struct PseuLookupContext
132 /** 132 /**
133 * Public key of the namespace we are trying to save. 133 * Public key of the namespace we are trying to save.
134 */ 134 */
135 struct GNUNET_CRYPTO_EccPublicSignKey pkey; 135 struct GNUNET_CRYPTO_EcdsaPublicKey pkey;
136 136
137 /** 137 /**
138 * Nickname we're saving under. 138 * Nickname we're saving under.
@@ -253,7 +253,7 @@ struct GNUNET_GTK_MainWindowContext
253 /** 253 /**
254 * Our zone for SKS operations. Can be NULL. 254 * Our zone for SKS operations. Can be NULL.
255 */ 255 */
256 struct GNUNET_CRYPTO_EccPrivateKey *sks_zone; 256 struct GNUNET_CRYPTO_EcdsaPrivateKey *sks_zone;
257 257
258}; 258};
259 259