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 build issue


From: gnunet
Subject: [GNUnet-SVN] [gnunet-gtk] branch master updated: fix build issue
Date: Tue, 12 Feb 2019 15:16:36 +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 3411062e fix build issue
3411062e is described below

commit 3411062e7e442c7f176980009e21c5aa2948fbcb
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Feb 12 15:16:32 2019 +0100

    fix build issue
---
 src/namestore/plugin_gtk_namestore_tlsa.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/namestore/plugin_gtk_namestore_tlsa.c 
b/src/namestore/plugin_gtk_namestore_tlsa.c
index 16b6b4e1..3dc90a3e 100644
--- a/src/namestore/plugin_gtk_namestore_tlsa.c
+++ b/src/namestore/plugin_gtk_namestore_tlsa.c
@@ -957,11 +957,7 @@ import_address_cb (void *cls,
       import_x509_certificate (session,
                                ic);
       break;
-    case GNUTLS_CRT_OPENPGP:
-      GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                  _("Server certificate type not supported\n"));
-      break;
-    case GNUTLS_CRT_RAWPK:
+    default:
       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]