diff options
Diffstat (limited to 'include/config.h.in')
-rw-r--r-- | include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config.h.in b/include/config.h.in index f4ad936d..79d9f817 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -579,6 +579,9 @@ /* 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 |