]> git.ipfire.org Git - thirdparty/curl.git/commit
schannel: drop fallbacks for unused `BCRYPT_*` macros
authorViktor Szakats <commit@vsz.me>
Tue, 29 Jul 2025 17:49:08 +0000 (19:49 +0200)
committerViktor Szakats <commit@vsz.me>
Wed, 30 Jul 2025 10:24:37 +0000 (12:24 +0200)
commitdfe3844c562ccff182ea442c9626e2c29c18538f
tree33dd8d4692a2e2a4a2bbbce06b50c5d0acd47721
parent58906838c562d9e6ffd78403fb0ab057ffe42fcc
schannel: drop fallbacks for unused `BCRYPT_*` macros

In case they are used again in the future, the fallbacks are not
necessary for the supported mingw-w64 (v3+) and MSVC versions.

Follow-up to 6238888ca7f0e473e9713a7c372fac8f025db569 #15621

Closes #18091
lib/vtls/schannel.c