gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet-gtk] branch master updated: fix #5556


From: gnunet
Subject: [GNUnet-SVN] [gnunet-gtk] branch master updated: fix #5556
Date: Mon, 11 Feb 2019 18:08:14 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new 931bf338 fix #5556
931bf338 is described below

commit 931bf33844af8d2d74ae0595ec4313d96382955a
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Feb 11 18:08:12 2019 +0100

    fix #5556
---
 src/namestore/plugin_gtk_namestore_tlsa.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/namestore/plugin_gtk_namestore_tlsa.c 
b/src/namestore/plugin_gtk_namestore_tlsa.c
index f4c6ef05..16b6b4e1 100644
--- a/src/namestore/plugin_gtk_namestore_tlsa.c
+++ b/src/namestore/plugin_gtk_namestore_tlsa.c
@@ -961,7 +961,7 @@ import_address_cb (void *cls,
       GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
                   _("Server certificate type not supported\n"));
       break;
-    case GNUTLS_CRT_RAW:
+    case GNUTLS_CRT_RAWPK:
       GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
                   _("Server certificate type not supported\n"));
       break;

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]