diff options
| author | dartraiden <wowemuh@gmail.com> | 2019-11-08 10:55:37 +0300 |
|---|---|---|
| committer | dartraiden <wowemuh@gmail.com> | 2019-11-08 10:55:37 +0300 |
| commit | 72d615e38510b5a0da501db32c8260daacee0104 (patch) | |
| tree | 2034f84c9d9a4ca5a2396d923bf151985aff1dbb /libs/libcurl/src/vauth | |
| parent | 4da5039cd9bed18e59e298f8972f967e99a9149d (diff) | |
libcurl: update to 7.67
Diffstat (limited to 'libs/libcurl/src/vauth')
| -rw-r--r-- | libs/libcurl/src/vauth/vauth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libcurl/src/vauth/vauth.h b/libs/libcurl/src/vauth/vauth.h index 73bd25ed5e..a1a557d2a1 100644 --- a/libs/libcurl/src/vauth/vauth.h +++ b/libs/libcurl/src/vauth/vauth.h @@ -43,7 +43,7 @@ struct negotiatedata; #endif #if defined(USE_WINDOWS_SSPI) -#define GSS_ERROR(status) (status & 0x80000000) +#define GSS_ERROR(status) ((status) & 0x80000000) #endif /* This is used to build a SPN string */ |
