diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-03-14 00:00:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-03-14 00:00:45 +0000 |
commit | 62970da6752495421543bddcefd0b8eedd6cbb13 (patch) | |
tree | 8021323fef617b8da079076fc156cedf4cf66950 /lib/sendf.c | |
parent | 8ed31c48e0cf2c2216a88dd8e04a0fa881efe6ac (diff) | |
download | curl-62970da6752495421543bddcefd0b8eedd6cbb13.tar.gz |
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/sendf.c')
-rw-r--r-- | lib/sendf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sendf.c b/lib/sendf.c index 95a88a27c..735ab4606 100644 --- a/lib/sendf.c +++ b/lib/sendf.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2004, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2005, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -49,7 +49,7 @@ #include <curl/mprintf.h> #ifdef HAVE_KRB4 -#include "security.h" +#include "krb4.h" #endif #include <string.h> #include "memory.h" |