diff options
author | Steve Holme <steve_holme@hotmail.com> | 2016-03-13 16:02:42 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2016-03-26 17:21:22 +0000 |
commit | ad5e9bfd5d08b5a1c5217b3eb709dc90505abaab (patch) | |
tree | 842a7a041a6a479efc95a9390573860ddf7ae0eb /packages | |
parent | 65f972b2e8f0d6ba72be1f9038f6488902e5c8aa (diff) | |
download | curl-ad5e9bfd5d08b5a1c5217b3eb709dc90505abaab.tar.gz |
vauth: Moved the Negotiate authentication code to the new vauth directory
Part 1 of 2 - Moved the SSPI based Negotiate authentication code.
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 15b3cb1ac..aae111161 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/oauth2.c + vauth/ntlm.c vauth/ntlm_sspi.c vauth/oauth2.c vauth/spnego_sspi.c USERINCLUDE ../../../lib ../../../include/curl #ifdef ENABLE_SSL |