diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-09-22 11:22:34 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-09-22 13:46:22 +0200 |
commit | 1ee289f7b50a414ab4599dae796e286d617bc79e (patch) | |
tree | 290f2ddba4d88e01c0dc41093c77782e9531abdf /lib/krb5.c | |
parent | 3e80895da7becba2d3fbfaaa6db222a1974467d3 (diff) | |
download | curl-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.c | 2 |
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" |