summaryrefslogtreecommitdiff
path: root/lib/ftp.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-09-22 11:22:34 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-09-22 13:46:22 +0200
commit1ee289f7b50a414ab4599dae796e286d617bc79e (patch)
tree290f2ddba4d88e01c0dc41093c77782e9531abdf /lib/ftp.c
parent3e80895da7becba2d3fbfaaa6db222a1974467d3 (diff)
downloadcurl-1ee289f7b50a414ab4599dae796e286d617bc79e.tar.gz
curl_krb5.h: rename from krb5.h
Follow-up from f4873ebd0be32cf Turns out some older openssl installations go bananas otherwise. Reported-by: Tom van der Woerdt Fixes #5995 Closes #5996
Diffstat (limited to 'lib/ftp.c')
-rw-r--r--lib/ftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ftp.c b/lib/ftp.c
index 63732aa33..a672875d3 100644
--- a/lib/ftp.c
+++ b/lib/ftp.c
@@ -59,7 +59,7 @@
#include "fileinfo.h"
#include "ftplistparser.h"
#include "curl_range.h"
-#include "krb5.h"
+#include "curl_krb5.h"
#include "strtoofft.h"
#include "strcase.h"
#include "vtls/vtls.h"