[PSDK]: Fix a define.

svn path=/trunk/; revision=70957
This commit is contained in:
Hermès Bélusca-Maïto 2016-03-05 22:46:54 +00:00
parent 375b0b6042
commit 1f41be7d09

View file

@ -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"