diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-08-23 16:16:42 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-08-25 19:16:36 +0200 |
commit | bb5529331334e1e1c79ff3320220bba12fc8457d (patch) | |
tree | 65a79458b8b78bf3729f44ae754605ed5ed51ec0 /lib/krb5.c | |
parent | 817ceb09e0a8f0754e81ccc592ad919125bc7908 (diff) | |
download | curl-bb5529331334e1e1c79ff3320220bba12fc8457d.tar.gz |
FTP: remove krb4 support
We've announced this pending removal for a long time and we've
repeatedly asked if anyone would care or if anyone objects. Nobody has
objected. It has probably not even been working for a good while since
nobody has tested/used this code recently.
The stuff in krb4.h that was generic enough to be used by other sources
is now present in security.h
Diffstat (limited to 'lib/krb5.c')
-rw-r--r-- | lib/krb5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/krb5.c b/lib/krb5.c index 1e99c709e..cb77e12ce 100644 --- a/lib/krb5.c +++ b/lib/krb5.c @@ -51,7 +51,7 @@ #include "ftp.h" #include "curl_gssapi.h" #include "sendf.h" -#include "krb4.h" +#include "security.h" #include "curl_memory.h" #include "warnless.h" |