April 16, 2026
1:18 p.m.
Hans Leidekker (@hans) commented about dlls/secur32/tests/schannel.c:
#include <security.h> #define SCHANNEL_USE_BLACKLISTS #include <schannel.h> +#include <ncrypt.h> + +#ifndef CRYPT_ACQUIRE_ALLOW_NCRYPT_KEY_FLAG +#define CRYPT_ACQUIRE_ALLOW_NCRYPT_KEY_FLAG 0x00010000 +#endif This define should go in include/wincrypt.h.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10561#note_136502