summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-05-12 11:21:16 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-05-12 11:26:13 +0200
commita3ed2d962e51f55ccfb6e59a6a551d3cef35a507 (patch)
tree8f187c0079cc3d8d6f2baaa06d65cc490a5332ab
parent9fa10db69441caf8957467c1cbaab4fbad8f9e0f (diff)
downloadgnutls-a3ed2d962e51f55ccfb6e59a6a551d3cef35a507.tar.gz
errors: include GNUTLS_E_IDNA_ERROR to the list
-rw-r--r--lib/gnutls_errors.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gnutls_errors.c b/lib/gnutls_errors.c
index bf94deadee..88ab7aae20 100644
--- a/lib/gnutls_errors.c
+++ b/lib/gnutls_errors.c
@@ -372,6 +372,8 @@ static const gnutls_error_entry error_entries[] = {
GNUTLS_E_SOCKETS_INIT_ERROR),
ERROR_ENTRY(N_("Error in public key generation."),
GNUTLS_E_PK_GENERATION_ERROR),
+ ERROR_ENTRY(N_("There was an issue converting to or from UTF8."),
+ GNUTLS_E_IDNA_ERROR),
{NULL, NULL, 0}
};