aboutsummaryrefslogtreecommitdiff
path: root/lib/security.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/security.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/security.c')
-rw-r--r--lib/security.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/security.c b/lib/security.c
index c1df26c05..865ed23ca 100644
--- a/lib/security.c
+++ b/lib/security.c
@@ -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"