diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-03-14 07:46:42 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-03-14 07:46:42 +0000 |
commit | de8947f92fce0a5ee89480b358fe65c53dc2032d (patch) | |
tree | edafd77e385fcb01d094ed30d62d6bf8f4d46d6a /lib | |
parent | d2b4dedbe4d9c11c61a65fc46d7de1b1e0d0fda0 (diff) |
security.h is removed
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.inc b/lib/Makefile.inc index f008736eb..c54d72f1f 100644 --- a/lib/Makefile.inc +++ b/lib/Makefile.inc @@ -13,7 +13,7 @@ CSOURCES = file.c timeval.c base64.c hostip.c progress.c formdata.c \ HHEADERS = arpa_telnet.h netrc.h file.h timeval.h base64.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 ldap.h ssluse.h escape.h telnet.h \ - getinfo.h strequal.h security.h krb4.h memdebug.h inet_ntoa_r.h \ + getinfo.h strequal.h krb4.h memdebug.h inet_ntoa_r.h \ http_chunks.h strtok.h connect.h llist.h hash.h content_encoding.h \ share.h md5.h http_digest.h http_negotiate.h http_ntlm.h ca-bundle.h \ inet_pton.h strtoofft.h strerror.h inet_ntop.h curlx.h memory.h \ |