mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
curl_sspi: fix possibly undefined CRYPT_E_REVOKED
Bug: https://github.com/bagder/curl/pull/411 Reported-by: Viktor Szakats
This commit is contained in:
parent
e30763c72e
commit
df6a4d3519
3 changed files with 9 additions and 1 deletions
|
|
@ -327,6 +327,10 @@ extern PSecurityFunctionTable s_pSecFn;
|
|||
# define SEC_I_SIGNATURE_NEEDED ((HRESULT)0x0009035CL)
|
||||
#endif
|
||||
|
||||
#ifndef CRYPT_E_REVOKED
|
||||
# define CRYPT_E_REVOKED ((HRESULT)0x80092010L)
|
||||
#endif
|
||||
|
||||
#ifdef UNICODE
|
||||
# define SECFLAG_WINNT_AUTH_IDENTITY \
|
||||
(unsigned long)SEC_WINNT_AUTH_IDENTITY_UNICODE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue