diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-12-31 11:31:31 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-12-31 11:50:28 +0000 |
commit | 81951d98748188fd57c07435fa74c505db6a0ba7 (patch) | |
tree | f493c5115b59d3d94214b78a4ba748fc096bccec /packages/Symbian | |
parent | 4c8a0538550d45f11aa359c6934b6fe0594fe0ed (diff) | |
download | curl-81951d98748188fd57c07435fa74c505db6a0ba7.tar.gz |
endian: Introduced endian module
To allow the little endian functions, currently used in two of the NTLM
source files, to be used by other modules such as the SMB module.
Diffstat (limited to 'packages/Symbian')
-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 0370ef154..e89ae3d82 100644 --- a/packages/Symbian/group/libcurl.mmp +++ b/packages/Symbian/group/libcurl.mmp @@ -40,7 +40,7 @@ SOURCE \ 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 \ - curl_sasl_gssapi.c + curl_sasl_gssapi.c endian.c USERINCLUDE ../../../lib ../../../include/curl #ifdef ENABLE_SSL |