diff options
author | Eduardo Chappa <chappa@washington.edu> | 2018-09-29 22:59:37 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2018-09-29 22:59:37 -0600 |
commit | 924c47dd50a7b74136b8a60e9ea8d347ff65425b (patch) | |
tree | bcbaaeb98807a7cb12bf16188c66a5ea938d0255 /include/config.h.in | |
parent | 879f42fa445aa684ffbab7d404941a9d24a4863a (diff) | |
download | alpine-924c47dd50a7b74136b8a60e9ea8d347ff65425b.tar.xz |
* Add the /tls1_3 modifier to establish connections use the TLS protocol
version 1.3.
Diffstat (limited to 'include/config.h.in')
-rw-r--r-- | include/config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/config.h.in b/include/config.h.in index 56c9160f..0779f336 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -590,9 +590,6 @@ /* Simple spell checker: reads stdin, emits misspellings on stdout */ #undef SPELLER -/* SSL Supports TLSV1.2 */ -#undef SSL_SUPPORTS_TLSV1_2 - /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ #undef STAT_MACROS_BROKEN |