[winpr,wincrypt] fix a define typo

This commit is contained in:
akallabeth 2024-10-01 11:19:35 +02:00
parent f6d71a592e
commit 582ff2c319
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5
1 changed files with 1 additions and 1 deletions

View File

@ -730,7 +730,7 @@ WINPR_API BOOL CryptBinaryToStringA(CONST BYTE* pbBinary, DWORD cbBinary, DWORD
#endif
#ifndef ALG_SID_ECSDA
#ifndef ALG_SID_ECDSA
#define ALG_SID_ECDSA 3
#define CALG_ECDSA (ALG_CLASS_SIGNATURE | ALG_TYPE_DSS | ALG_SID_ECDSA)
#endif