From 62970da6752495421543bddcefd0b8eedd6cbb13 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 14 Mar 2005 00:00:45 +0000 Subject: 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. --- lib/ftp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/ftp.c') 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 -- cgit v1.2.3