From f6a3f80237f4b565e97aa72130444d8262c723b8 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Fri, 3 Jul 2020 02:14:33 -0600 Subject: * Experimental: Elimination of the w32 build code for PC-Alpine. Now w32 and wnt are the same code, so we are only left with wnt and wxp. --- imap/src/osdep/nt/ssl_nt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'imap') diff --git a/imap/src/osdep/nt/ssl_nt.c b/imap/src/osdep/nt/ssl_nt.c index 39368f0f..02fe7329 100644 --- a/imap/src/osdep/nt/ssl_nt.c +++ b/imap/src/osdep/nt/ssl_nt.c @@ -23,7 +23,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * */ -#if defined(ENABLE_WINDOWS_LIBRESSL) && (defined(W32BITSBUILD) || defined(WXPBUILD)) +#if defined(ENABLE_WINDOWS_UNIXSSL) && defined(WXPBUILD) #include "ssl_libressl.c" #else #include "ssl_win.c" -- cgit v1.2.3-54-g00ecf