aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/namestore/plugin_gtk_namestore_tlsa.c2
1 files changed, 1 insertions, 1 deletions
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,
961 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 961 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
962 _("Server certificate type not supported\n")); 962 _("Server certificate type not supported\n"));
963 break; 963 break;
964 case GNUTLS_CRT_RAW: 964 case GNUTLS_CRT_RAWPK:
965 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 965 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
966 _("Server certificate type not supported\n")); 966 _("Server certificate type not supported\n"));
967 break; 967 break;