summaryrefslogtreecommitdiff
path: root/docs/INTERNALS.md
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-09-21 13:59:33 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-09-21 23:31:39 +0200
commitf4873ebd0be32cf9ae2c389e0b328f0e03211c84 (patch)
treef06fa7fcbe43f10b8831be1b520ca9d47fdd25d7 /docs/INTERNALS.md
parent6434a73984b2527194d6409021693c7032d17570 (diff)
downloadgnurl-f4873ebd0be32cf9ae2c389e0b328f0e03211c84.tar.gz
gnurl-f4873ebd0be32cf9ae2c389e0b328f0e03211c84.tar.bz2
gnurl-f4873ebd0be32cf9ae2c389e0b328f0e03211c84.zip
krb5: merged security.c and krb specific FTP functions in here
These two files were always tightly connected and it was hard to understand what went into which. This also allows us to make the ftpsend() function static (moved from ftp.c). Removed security.c Renamed curl_sec.h to krb5.h Closes #5987
Diffstat (limited to 'docs/INTERNALS.md')
-rw-r--r--docs/INTERNALS.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/INTERNALS.md b/docs/INTERNALS.md
index 863da70af..e9be0889a 100644
--- a/docs/INTERNALS.md
+++ b/docs/INTERNALS.md
@@ -326,9 +326,9 @@ 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
- `socks_gssapi.c` and `socks_sspi.c` for SOCKS5 proxy specifics.
+ Kerberos support is mainly in `lib/krb5.c` but also `curl_sasl_sspi.c` and
+ `curl_sasl_gssapi.c` for the email protocols and `socks_gssapi.c` and
+ `socks_sspi.c` for SOCKS5 proxy specifics.
<a name="telnet"></a>
TELNET