summaryrefslogtreecommitdiff
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
parente52d56c8cba97f5665066e0d16a9edfda073083e (diff)
fix #5556
-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,
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;