aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk_publish-dialog.c
diff options
context:
space:
mode:
authorDennis Neufeld <dennis.neufeld@students.bfh.ch>2020-10-20 13:05:33 +0200
committerDennis Neufeld <dennis.neufeld@students.bfh.ch>2020-10-20 13:05:33 +0200
commit62cfdab1c0e5849b2bf4ca3c3f05afe27a5cc9de (patch)
tree49c4a804f83ff279c23f3d83d005bbba9d0f8477 /src/fs/gnunet-fs-gtk_publish-dialog.c
parentddb4cc5434fa012b12863b7c0926e2fe95e35893 (diff)
downloadgnunet-gtk-62cfdab1c0e5849b2bf4ca3c3f05afe27a5cc9de.tar.gz
gnunet-gtk-62cfdab1c0e5849b2bf4ca3c3f05afe27a5cc9de.zip
fix key usage
Diffstat (limited to 'src/fs/gnunet-fs-gtk_publish-dialog.c')
-rw-r--r--src/fs/gnunet-fs-gtk_publish-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk_publish-dialog.c b/src/fs/gnunet-fs-gtk_publish-dialog.c
index aafcce9b..1e1ec7fa 100644
--- a/src/fs/gnunet-fs-gtk_publish-dialog.c
+++ b/src/fs/gnunet-fs-gtk_publish-dialog.c
@@ -2196,7 +2196,7 @@ insert_advertisement (void *cls,
2196 void **client_info) 2196 void **client_info)
2197{ 2197{
2198 struct MainPublishingDialogContext *ctx = cls; 2198 struct MainPublishingDialogContext *ctx = cls;
2199 struct GNUNET_CRYPTO_EcdsaPublicKey pub; 2199 struct GNUNET_IDENTITY_PublicKey pub;
2200 struct GNUNET_FS_Uri *sks_uri; 2200 struct GNUNET_FS_Uri *sks_uri;
2201 char *sks_uri_string; 2201 char *sks_uri_string;
2202 2202