mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:17:20 +03:00
vauth: Moved the OAuth 2.0 authentication code to the new vauth directory
This commit is contained in:
parent
6012fa5aee
commit
70e56939aa
6 changed files with 96 additions and 51 deletions
|
|
@ -42,7 +42,7 @@ SOURCE \
|
|||
curl_sasl_sspi.c smb.c curl_endian.c curl_des.c \
|
||||
vauth/vauth.c vauth/cleartext.c vauth/cram.c vauth/digest.c \
|
||||
vauth/digest_sspi.c vauth/krb5_gssapi.c vauth/krb5_sspi.c \
|
||||
vauth/ntlm.c vauth/ntlm_sspi.c
|
||||
vauth/ntlm.c vauth/ntlm_sspi.c vauth/oauth.c
|
||||
|
||||
USERINCLUDE ../../../lib ../../../include/curl
|
||||
#ifdef ENABLE_SSL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue