21 Aug
2025
21 Aug
'25
8:38 a.m.
That doesn't necessarily mean that rsaenh loads bcrypt. The test calls advapi32 functions like CryptAcquireContext() which will in turn load an appropriate provider dll, such as rsaenh. Just a call to RegCreateKey() is sufficient to load bcrypt, so it's possible that advapi32 or one of its dependencies imports bcrypt. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8785#note_113381