mirror of
https://github.com/curl/curl.git
synced 2026-08-24 22:13:33 +03:00
vauth/ntlm.h: make line shorter than 80 columns
Follow-up from 265fbd937
This commit is contained in:
parent
265fbd937e
commit
37b3fb1c6a
1 changed files with 2 additions and 1 deletions
|
|
@ -34,7 +34,8 @@
|
|||
/* Stuff only required for curl_ntlm_msgs.c */
|
||||
#ifdef BUILDING_CURL_NTLM_MSGS_C
|
||||
|
||||
/* Flag bits definitions based on https://davenport.sourceforge.net/ntlm.html */
|
||||
/* Flag bits definitions based on
|
||||
https://davenport.sourceforge.net/ntlm.html */
|
||||
|
||||
#define NTLMFLAG_NEGOTIATE_UNICODE (1<<0)
|
||||
/* Indicates that Unicode strings are supported for use in security buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue