diff options
author | Steve Holme <steve_holme@hotmail.com> | 2015-09-12 15:24:44 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2016-03-25 15:11:10 +0000 |
commit | 70e56939aa160ca2dcb2c5e6090d2f0f2533faae (patch) | |
tree | bd244e3f113fbb44306f6d900131de9fb0c005bc /packages | |
parent | 6012fa5aee04e05960804041bbcb444698cb7a33 (diff) | |
download | curl-70e56939aa160ca2dcb2c5e6090d2f0f2533faae.tar.gz |
vauth: Moved the OAuth 2.0 authentication code to the new vauth directory
Diffstat (limited to 'packages')
-rw-r--r-- | packages/Symbian/group/libcurl.mmp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Symbian/group/libcurl.mmp b/packages/Symbian/group/libcurl.mmp index ab628bc53..234e188ef 100644 --- a/packages/Symbian/group/libcurl.mmp +++ b/packages/Symbian/group/libcurl.mmp @@ -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 |