aboutsummaryrefslogtreecommitdiff
path: root/lib/ftp.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-03-14 00:00:45 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-03-14 00:00:45 +0000
commit62970da6752495421543bddcefd0b8eedd6cbb13 (patch)
tree8021323fef617b8da079076fc156cedf4cf66950 /lib/ftp.c
parent8ed31c48e0cf2c2216a88dd8e04a0fa881efe6ac (diff)
Removed security.h since it shadows an include file mingw needs when building
for SSPI support. The contents of the file has been moved into the krb4.h file.
Diffstat (limited to 'lib/ftp.c')
-rw-r--r--lib/ftp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ftp.c b/lib/ftp.c
index a0eb56d88..8ad00d440 100644
--- a/lib/ftp.c
+++ b/lib/ftp.c
@@ -82,7 +82,6 @@
#include "ftp.h"
#ifdef HAVE_KRB4
-#include "security.h"
#include "krb4.h"
#endif