From: Daniel Gustafsson Date: Wed, 6 Feb 2019 09:29:14 +0000 (+0100) Subject: INTERNALS.md: fix subsection depth and link X-Git-Tag: curl-7_64_1~183 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fef38a0898322f285401c5ff2f5e7c90dbf3be63;p=thirdparty%2Fcurl.git INTERNALS.md: fix subsection depth and link The Kerberos subsection was mistakenly a subsubsection under FTP, and the curlx subsection was missing an anchor for the TOC link. Closes #3529 Reviewed-by: Daniel Stenberg --- diff --git a/docs/INTERNALS.md b/docs/INTERNALS.md index 1633e59fff..69b92d4e2f 100644 --- a/docs/INTERNALS.md +++ b/docs/INTERNALS.md @@ -314,7 +314,7 @@ FTP Kerberos --------- +======== Kerberos support is mainly in lib/krb5.c and lib/security.c but also `curl_sasl_sspi.c` and `curl_sasl_gssapi.c` for the email protocols and @@ -590,6 +590,7 @@ Asynchronous name resolves options that end with LARGE. The type is 64bit large on most modern platforms. + curlx =====