diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-11-23 13:12:08 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-11-23 15:02:21 +0100 |
commit | 86392e5115bb8629b67dbd535359bbc6df30460d (patch) | |
tree | 99eb821d060a081ef03a0938e30fb41aaa827fe0 /lib/x509/pkcs7-output.c | |
parent | f8ca14a1b0b6164be9ff03a3e69f77f0777b3d6d (diff) | |
download | gnutls-86392e5115bb8629b67dbd535359bbc6df30460d.tar.gz |
IDNA code re-organization
That introduces the internal function gnutls_idna_map(), which
utilizes libidn and libunistring to convert hostnames to IDNA ACE
form.
Diffstat (limited to 'lib/x509/pkcs7-output.c')
-rw-r--r-- | lib/x509/pkcs7-output.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/x509/pkcs7-output.c b/lib/x509/pkcs7-output.c index 3042720108..26cdc1cb3e 100644 --- a/lib/x509/pkcs7-output.c +++ b/lib/x509/pkcs7-output.c @@ -28,7 +28,6 @@ #include "errors.h" #include <extras/randomart.h> #include <pkcs7_int.h> -#include <gnutls-idna.h> #define addf _gnutls_buffer_append_printf #define adds _gnutls_buffer_append_str |