vauth: Moved the OAuth 2.0 authentication code to the new vauth directory

This commit is contained in:
Steve Holme 2015-09-12 15:24:44 +01:00
parent 6012fa5aee
commit 70e56939aa
6 changed files with 96 additions and 51 deletions

View file

@ -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