curl/lib/vtls
Viktor Szakats e411c98f70
build: prefer USE_IPV6 macro internally (was: ENABLE_IPV6)
Before this patch, two macros were used to guard IPv6 features in curl
sources: `ENABLE_IPV6` and `USE_IPV6`. This patch makes the source use
the latter for consistency with other similar switches.

`-DENABLE_IPV6` remains accepted for compatibility as a synonym for
`-DUSE_IPV6`, when passed to the compiler.

`ENABLE_IPV6` also remains the name of the CMake and `Makefile.vc`
options to control this feature.

Closes #13349
2024-04-13 08:33:26 +00:00
..
bearssl.c tls: use shared init code for TCP+QUIC 2024-04-09 09:08:05 +02:00
bearssl.h
gtls.c build: prefer USE_IPV6 macro internally (was: ENABLE_IPV6) 2024-04-13 08:33:26 +00:00
gtls.h gnutls: lazy init the trust settings 2024-04-11 08:59:25 +02:00
hostcheck.c
hostcheck.h
keylog.c tls: use shared init code for TCP+QUIC 2024-04-09 09:08:05 +02:00
keylog.h
mbedtls_threadlock.c mbedtls: properly cleanup the thread-shared entropy 2024-03-12 03:09:37 -04:00
mbedtls_threadlock.h tidy-up: one comment and EOF newlines 2024-03-12 15:38:44 +00:00
mbedtls.c mbedtls: cut off trailing newlines from debug logs 2024-04-12 18:27:45 +02:00
mbedtls.h
openssl.c build: prefer USE_IPV6 macro internally (was: ENABLE_IPV6) 2024-04-13 08:33:26 +00:00
openssl.h tls: use shared init code for TCP+QUIC 2024-04-09 09:08:05 +02:00
rustls.c build: prefer USE_IPV6 macro internally (was: ENABLE_IPV6) 2024-04-13 08:33:26 +00:00
rustls.h
schannel_int.h appveyor: make VS2010 job build-only, enable Schannel, fix compiler warnings 2024-04-10 07:32:38 +00:00
schannel_verify.c
schannel.c tls: use shared init code for TCP+QUIC 2024-04-09 09:08:05 +02:00
schannel.h
sectransp.c tls: use shared init code for TCP+QUIC 2024-04-09 09:08:05 +02:00
sectransp.h
vtls_int.h tls: use shared init code for TCP+QUIC 2024-04-09 09:08:05 +02:00
vtls.c build: prefer USE_IPV6 macro internally (was: ENABLE_IPV6) 2024-04-13 08:33:26 +00:00
vtls.h tls: use shared init code for TCP+QUIC 2024-04-09 09:08:05 +02:00
wolfssl.c tls: use shared init code for TCP+QUIC 2024-04-09 09:08:05 +02:00
wolfssl.h
x509asn1.c x509asn1: switch from malloc to dynbuf 2024-01-27 12:27:35 +01:00
x509asn1.h