summaryrefslogtreecommitdiff
path: root/lib/krb5.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/krb5.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/krb5.c')
-rw-r--r--lib/krb5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/krb5.c b/lib/krb5.c
index b300a8cdf..ad6daeaa9 100644
--- a/lib/krb5.c
+++ b/lib/krb5.c
@@ -45,7 +45,7 @@
#include "ftp.h"
#include "curl_gssapi.h"
#include "sendf.h"
-#include "krb5.h"
+#include "curl_krb5.h"
#include "warnless.h"
#include "non-ascii.h"
#include "strcase.h"