summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-11-25 16:09:20 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-11-25 16:13:32 +0100
commit904aa7c298c426498cea8867e7aa73048345d4ff (patch)
tree6b68ac7c1dd0825bb5f2dc57bdb716735a0f9682
parent4679723537c72b38b0d8b7a9c19d97137aefae4a (diff)
downloadgnutls-tmp-idna-print.tar.gz
renamed system/iconv.c -> str-iconv.ctmp-idna-print
We no longer use the system's functionality for converting between charsets (we use libunistring), hence it is no longer suitable for the wrappers to stay in system/.
-rw-r--r--lib/Makefile.am2
-rw-r--r--lib/str-iconv.c (renamed from lib/system/iconv.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index a704b75541..4f6daf095f 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -78,7 +78,7 @@ COBJECTS = range.c record.c compress.c debug.c cipher.c \
pk.c cert.c global.c constate.c anon_cred.c pkix_asn1_tab.c gnutls_asn1_tab.c \
mem.c fingerprint.c tls-sig.c ecc.c alert.c privkey_raw.c \
system/certs.c system/threads.c system/fastopen.c system/sockets.c \
- system/inet_ntop.c system/iconv.c system/vasprintf.c vasprintf.h system.c \
+ system/inet_ntop.c str-iconv.c system/vasprintf.c vasprintf.h system.c \
str.c str-unicode.c state.c x509.c file.c supplemental.c \
random.c crypto-api.c privkey.c pcert.c pubkey.c locks.c dtls.c \
system_override.c crypto-backend.c verify-tofu.c pin.c tpm.c fips.c \
diff --git a/lib/system/iconv.c b/lib/str-iconv.c
index fdc5738d6c..fdc5738d6c 100644
--- a/lib/system/iconv.c
+++ b/lib/str-iconv.c