mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
crypt32: Use SHA1 rather than MD5 to protect data.
This commit is contained in:
parent
ba8d0d0237
commit
11a4968734
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
WINE_DEFAULT_DEBUG_CHANNEL(crypt);
|
||||
|
||||
#define CRYPT32_PROTECTDATA_PROV PROV_RSA_FULL
|
||||
#define CRYPT32_PROTECTDATA_HASH_CALG CALG_MD5
|
||||
#define CRYPT32_PROTECTDATA_HASH_CALG CALG_SHA1
|
||||
#define CRYPT32_PROTECTDATA_KEY_CALG CALG_RC2
|
||||
#define CRYPT32_PROTECTDATA_SALT_LEN 16
|
||||
|
||||
|
|
Loading…
Reference in a new issue