Module: wine Branch: master Commit: b3cd21c21cf832529b154b3b8cc6ff85ec246c59 URL: https://source.winehq.org/git/wine.git/?a=commit;h=b3cd21c21cf832529b154b3b8... Author: Gijs Vermeulen <gijsvrm(a)gmail.com> Date: Wed Sep 29 23:29:15 2021 +0200 bcrypt: Remove macOS backend. GnuTLS has been the default since wine-3.13. Signed-off-by: Gijs Vermeulen <gijsvrm(a)gmail.com> Signed-off-by: Hans Leidekker <hans(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- configure | 1 - configure.ac | 1 - dlls/bcrypt/Makefile.in | 1 - dlls/bcrypt/macos.c | 312 ------------------------------------------------ include/config.h.in | 3 - 5 files changed, 318 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=b3cd21c21cf832529b154...