mirror of
https://github.com/curl/curl.git
synced 2026-08-26 20:23:32 +03:00
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:
parent
8ed31c48e0
commit
62970da675
7 changed files with 50 additions and 80 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue