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.
This commit is contained in:
Daniel Stenberg 2005-03-14 00:00:45 +00:00
parent 8ed31c48e0
commit 62970da675
7 changed files with 50 additions and 80 deletions

View file

@ -46,7 +46,6 @@
#define _MPRINTF_REPLACE /* we want curl-functions instead of native ones */
#include <curl/mprintf.h>
#include "security.h"
#include <stdlib.h>
#include <string.h>
#include <netdb.h>
@ -55,6 +54,8 @@
#include <unistd.h>
#endif
#include "urldata.h"
#include "krb4.h"
#include "base64.h"
#include "sendf.h"
#include "ftp.h"