mirror of https://github.com/FreeRDP/FreeRDP
[winpr,wincrypt] fix a define typo
This commit is contained in:
parent
f6d71a592e
commit
582ff2c319
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue