diff options
author | Steve Holme <steve_holme@hotmail.com> | 2016-03-13 18:51:46 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2016-03-26 17:21:22 +0000 |
commit | 6d6f9ca1d978817af2f2780dafcceba281256e11 (patch) | |
tree | 0a896330689e964a719d1e1f8bc311422de66da5 /packages/Symbian | |
parent | ad5e9bfd5d08b5a1c5217b3eb709dc90505abaab (diff) | |
download | curl-6d6f9ca1d978817af2f2780dafcceba281256e11.tar.gz |
vauth: Moved the Negotiate authentication code to the new vauth directory
Part 2 of 2 - Moved the GSS-API based Negotiate authentication code.
Diffstat (limited to 'packages/Symbian')
-rw-r--r-- | packages/Symbian/group/libcurl.mmp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/Symbian/group/libcurl.mmp b/packages/Symbian/group/libcurl.mmp index aae111161..ec8e8d355 100644 --- a/packages/Symbian/group/libcurl.mmp +++ b/packages/Symbian/group/libcurl.mmp @@ -42,7 +42,8 @@ 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/spnego_sspi.c + vauth/ntlm.c vauth/ntlm_sspi.c vauth/oauth2.c vauth/spnego_gssapi.c \ + vauth/spnego_sspi.c USERINCLUDE ../../../lib ../../../include/curl #ifdef ENABLE_SSL |