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:21:16 +0200
commit7fd1dc772775c1b98ba181c3c75350b43c995d01 (patch)
tree45c5746195764fdd6df0a5b58244b966c9eab95b
parent27ccb70576f9ec4253414b49a16e192286ca9123 (diff)
downloadgnutls-7fd1dc772775c1b98ba181c3c75350b43c995d01.tar.gz
errors: include GNUTLS_E_IDNA_ERROR to the list
-rw-r--r--lib/errors.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/errors.c b/lib/errors.c
index 0b9d4eaee3..afa25ac0b8 100644
--- a/lib/errors.c
+++ b/lib/errors.c
@@ -384,6 +384,8 @@ static const gnutls_error_entry error_entries[] = {
GNUTLS_E_HANDSHAKE_DURING_FALSE_START),
ERROR_ENTRY(N_("The SNI host name not recognised."),
GNUTLS_E_UNRECOGNIZED_NAME),
+ ERROR_ENTRY(N_("There was an issue converting to or from UTF8."),
+ GNUTLS_E_IDNA_ERROR),
{NULL, NULL, 0}
};