From 924c47dd50a7b74136b8a60e9ea8d347ff65425b Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sat, 29 Sep 2018 22:59:37 -0600 Subject: * Add the /tls1_3 modifier to establish connections use the TLS protocol version 1.3. --- include/config.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') 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 do not work properly. */ #undef STAT_MACROS_BROKEN -- cgit v1.2.3-54-g00ecf