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. --- include/config.wnt.h | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'include') diff --git a/include/config.wnt.h b/include/config.wnt.h index b092d29b..65f1533b 100644 --- a/include/config.wnt.h +++ b/include/config.wnt.h @@ -541,7 +541,7 @@ #define S_FILESEP "\\" /* Enable S/MIME if LibreSSL */ -#ifdef ENABLE_WINDOWS_LIBRESSL +#ifdef ENABLE_WINDOWS_UNIXSSL #define SMIME /* Location of certificates in the system */ #define SMIME_SSLCERTS "C:\\libressl\\ssl\\certs" @@ -563,21 +563,17 @@ /* Name of default certificate authority container */ #define DF_CA_CONTAINER "CAContainer" -#endif /* ENABLE_WINDOWS_LIBRESSL */ - -#if defined(ENABLE_WINDOWS_LIBRESSL) && (defined(W32BITSBUILD) || defined(WXPBUILD)) -#define WINDOWS_LIBRESSL_CERTS -#if defined(W32BITSBUILD) -#define DEFAULT_SSLCAPATH "certs" -#define DEFAULT_SSLCAFILE "certs\\cert.pem" -#endif /* W32BITSBUILD */ +#endif /* ENABLE_WINDOWS_UNIXSSL */ + +#if defined(ENABLE_WINDOWS_UNIXSSL) && defined(WXPBUILD) +#define WINDOWS_UNIXSSL_CERTS #if defined(WXPBUILD) #define DEFAULT_SSLCAPATH "C:\\libressl\\ssl\\certs" #define DEFAULT_SSLCAFILE "C:\\libressl\\ssl\\certs\\cert.pem" #endif /* WXPBUILD */ #else #undef DF_ENCRYPTION_RANGE -#endif /* defined(ENABLE_WINDOWS_LIBRESSL) && (defined(W32BITSBUILD) || defined(WXPBUILD)) */ +#endif /* defined(ENABLE_WINDOWS_UNIXSSL) && defined(WXPBUILD) */ /* Define to 1 if you can safely include both and . */ /* #define TIME_WITH_SYS_TIME */ -- cgit v1.2.3-70-g09d2