From 8781af1dfc9fdc1fbc08b281cc418bee8dde604d Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 9 Feb 2020 22:46:32 -0700 Subject: * Creation of port wxp to build Alpine in Windows XP. At the time of this writing, the port w32 is the same as the port wxp, but it is intended to target other 32 bit operating systems. --- imap/src/osdep/nt/ssl_nt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'imap') diff --git a/imap/src/osdep/nt/ssl_nt.c b/imap/src/osdep/nt/ssl_nt.c index 71695766..39368f0f 100644 --- a/imap/src/osdep/nt/ssl_nt.c +++ b/imap/src/osdep/nt/ssl_nt.c @@ -23,8 +23,8 @@ * http://www.apache.org/licenses/LICENSE-2.0 * */ -#if !defined(ENABLE_WINDOWS_LIBRESSL) || !defined(W32BITSBUILD) -#include "ssl_win.c" -#else +#if defined(ENABLE_WINDOWS_LIBRESSL) && (defined(W32BITSBUILD) || defined(WXPBUILD)) #include "ssl_libressl.c" +#else +#include "ssl_win.c" #endif -- cgit v1.2.3-54-g00ecf