aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-11 18:08:12 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-11 18:08:12 +0100
commit931bf33844af8d2d74ae0595ec4313d96382955a (patch)
treec74d1e3388153e30db992ea87df7203f59691ca7 /src
parente52d56c8cba97f5665066e0d16a9edfda073083e (diff)
downloadgnunet-gtk-931bf33844af8d2d74ae0595ec4313d96382955a.tar.gz
gnunet-gtk-931bf33844af8d2d74ae0595ec4313d96382955a.zip
fix #5556
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;