diff options
author | Eduardo Chappa <chappa@washington.edu> | 2013-10-06 23:58:51 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2013-10-06 23:58:51 -0600 |
commit | 30a979ab1460a57d466a6a5cc6adb96eac452ce4 (patch) | |
tree | 1aec0ebb21be40922bc5a708c7780fb0db602202 /include/config.h.in | |
parent | c5bb25b1320af6cda4cc62ea9e15fbb03ee92026 (diff) | |
download | alpine-30a979ab1460a57d466a6a5cc6adb96eac452ce4.tar.xz |
* new version 2.11.8
* Fix in configure script for recognition of SSL files in Ubuntu 12.04
* Alpine does not attempt to automatically reopen a collection that
was not opened due to cancellation by the user. Instead, the user
must try to open it explicitly.
* few improvements on new /tls1, /tls1_1, etc. 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 |