diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-07-03 02:14:33 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-07-03 02:14:33 -0600 |
commit | f6a3f80237f4b565e97aa72130444d8262c723b8 (patch) | |
tree | cc25d85a4bc4900fd22961a40f56a55b04a23a30 /imap/src | |
parent | 55740c0e9b40562cbc8081ce32b2a542392fd12b (diff) | |
download | alpine-f6a3f80237f4b565e97aa72130444d8262c723b8.tar.xz |
* 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.
Diffstat (limited to 'imap/src')
-rw-r--r-- | imap/src/osdep/nt/ssl_nt.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |