summaryrefslogtreecommitdiff
path: root/lib/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-08-26 11:51:18 +0200
committerDaniel Stenberg <daniel@haxx.se>2013-08-26 11:51:18 +0200
commit460fb120977e367853afc505a5f699ee0f0ac5a4 (patch)
treeb2b7bb9d46143c4b721fc3d37f09d35a1f9d45be /lib/Makefile.inc
parent63d8b3a507bce2f069416d6a8b05625743b41abf (diff)
downloadcurl-460fb120977e367853afc505a5f699ee0f0ac5a4.tar.gz
security.h: rename to curl_sec.h to avoid name collision
I brought back security.h in commit bb5529331334e. As we actually already found out back in 2005 in commit 62970da675249, the file name security.h causes problems so I renamed it curl_sec.h instead.
Diffstat (limited to 'lib/Makefile.inc')
-rw-r--r--lib/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.inc b/lib/Makefile.inc
index e28efc1ab..cb1030858 100644
--- a/lib/Makefile.inc
+++ b/lib/Makefile.inc
@@ -31,7 +31,7 @@ CSOURCES = file.c timeval.c base64.c hostip.c progress.c formdata.c \
HHEADERS = arpa_telnet.h netrc.h file.h timeval.h qssl.h hostip.h \
progress.h formdata.h cookie.h http.h sendf.h ftp.h url.h dict.h \
if2ip.h speedcheck.h urldata.h curl_ldap.h ssluse.h escape.h telnet.h \
- getinfo.h strequal.h security.h memdebug.h http_chunks.h \
+ getinfo.h strequal.h curl_sec.h memdebug.h http_chunks.h \
curl_fnmatch.h wildcard.h fileinfo.h ftplistparser.h strtok.h \
connect.h llist.h hash.h content_encoding.h share.h curl_md4.h \
curl_md5.h http_digest.h http_negotiate.h inet_pton.h amigaos.h \