diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-12-02 21:52:38 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-12-02 21:57:45 +0000 |
commit | 018b9d421a59cd9d45c33613440ff3e8f578bf0a (patch) | |
tree | 5ab4e77de350f3daa1ff3da649ea4bfdcf01944a /packages/Symbian/group | |
parent | f9b7132175ed7b789d3c39452db3e2e216e5fc21 (diff) |
sasl_gssapi: Introduced GSS-API based SASL module
Added the initial version of curl_sasl_gssapi.c and updated the project
files in preparation for adding GSS-API based Kerberos V5 support.
Diffstat (limited to 'packages/Symbian/group')
-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 086f64818..0370ef154 100644 --- a/packages/Symbian/group/libcurl.mmp +++ b/packages/Symbian/group/libcurl.mmp @@ -39,7 +39,8 @@ SOURCE \ http_proxy.c non-ascii.c asyn-ares.c asyn-thread.c curl_gssapi.c \ curl_ntlm.c curl_ntlm_wb.c curl_ntlm_core.c curl_ntlm_msgs.c \ curl_sasl.c vtls/curl_schannel.c curl_multibyte.c \ - vtls/curl_darwinssl.c bundles.c conncache.c curl_sasl_sspi.c smb.c + vtls/curl_darwinssl.c bundles.c conncache.c curl_sasl_sspi.c smb.c \ + curl_sasl_gssapi.c USERINCLUDE ../../../lib ../../../include/curl #ifdef ENABLE_SSL |