mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 04:20:46 +00:00
[PSDK]: Fix a define.
svn path=/trunk/; revision=70957
This commit is contained in:
parent
375b0b6042
commit
1f41be7d09
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ typedef NTSTATUS *PNTSTATUS;
|
|||
#define BCRYPT_HASH_BLOCK_LENGTH L"HashBlockLength"
|
||||
#define BCRYPT_HASH_LENGTH L"HashDigestLength"
|
||||
#define BCRYPT_HASH_OID_LIST L"HashOIDList"
|
||||
#define BCRYPT_KEY_LENGTH L"KeyLengths"
|
||||
#define BCRYPT_KEY_LENGTH L"KeyLength"
|
||||
#define BCRYPT_KEY_LENGTHS L"KeyLengths"
|
||||
#define BCRYPT_KEY_OBJECT_LENGTH L"KeyObjectLength"
|
||||
#define BCRYPT_KEY_STRENGTH L"KeyStrength"
|
||||
|
|
Loading…
Reference in a new issue