From 6a09f2ef1d990a85ad86b910128c807f66af5a74 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 8 Mar 2026 19:11:07 +0100 Subject: [PATCH] config-win32.h: merge two `#if` branches Closes #20856 --- lib/config-win32.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/config-win32.h b/lib/config-win32.h index c62ba8fc5a..ddde06a3ef 100644 --- a/lib/config-win32.h +++ b/lib/config-win32.h @@ -281,12 +281,10 @@ #ifndef CURL_WINDOWS_UWP #define HAVE_LDAP_SSL 1 #define USE_WIN32_LDAP 1 -#endif /* Define to use the Windows crypto library. */ -#ifndef CURL_WINDOWS_UWP #define USE_WIN32_CRYPTO -#endif +#endif /* CURL_WINDOWS_UWP */ /* Define to use Unix sockets. */ #define USE_UNIX_SOCKETS