mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
vauth/ntlm.h: make line shorter than 80 columns
Follow-up from 265fbd937
This commit is contained in:
parent
265fbd937e
commit
37b3fb1c6a
@ -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…
Reference in New Issue
Block a user