summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2016-03-13 18:51:46 +0000
committerSteve Holme <steve_holme@hotmail.com>2016-03-26 17:21:22 +0000
commit6d6f9ca1d978817af2f2780dafcceba281256e11 (patch)
tree0a896330689e964a719d1e1f8bc311422de66da5 /packages
parentad5e9bfd5d08b5a1c5217b3eb709dc90505abaab (diff)
downloadgnurl-6d6f9ca1d978817af2f2780dafcceba281256e11.tar.gz
gnurl-6d6f9ca1d978817af2f2780dafcceba281256e11.tar.bz2
gnurl-6d6f9ca1d978817af2f2780dafcceba281256e11.zip
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')
-rw-r--r--packages/Symbian/group/libcurl.mmp3
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