diff options
| author | Sam Varshavchik | 2019-12-10 20:36:35 -0500 |
|---|---|---|
| committer | Sam Varshavchik | 2019-12-10 20:39:04 -0500 |
| commit | 296d760c2db224567fd3b9ba15280a43fe48a6ba (patch) | |
| tree | 48c3cb784c350f04329b5bd60b8f3f12c8ac4449 /imap/configure.ac | |
| parent | eaa4c8f12c295b03d5034fc3d4ec1e45c86984af (diff) | |
| download | courier-libs-296d760c2db224567fd3b9ba15280a43fe48a6ba.tar.bz2 | |
Restore OpenSSL 1.1, and earlier support.
Restores code that c8115514b4830a668ce726b2fcb8ab4a3d438ec9 removed,
but make it conditionally compiled. Have configure.ac autodetect the
openssl version.
Correctly UTF8-ize SSL_set_tlsext_host_name()'s parameter.
Diffstat (limited to 'imap/configure.ac')
| -rw-r--r-- | imap/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/configure.ac b/imap/configure.ac index 9bf0201..6ac8577 100644 --- a/imap/configure.ac +++ b/imap/configure.ac @@ -4,7 +4,7 @@ dnl dnl Copyright 1998 - 2019 Double Precision, Inc. See COPYING for dnl distribution information. -AC_INIT(courier-imap, 5.0.8.20191205, [courier-users@lists.sourceforge.net]) +AC_INIT(courier-imap, 5.0.8.20191210, [courier-users@lists.sourceforge.net]) >confdefs.h # Kill PACKAGE_ macros |
