summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2021-09-06 16:09:28 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2021-09-07 15:33:08 +0100
commit6c706bde19a29c2f660b464185e75321528b7e3d (patch)
treee0fbdf40e0908c49f6cc80bb4ccaa04fc0fba00c /src
parent889894461aa958da4604299acc161c29e2aa603c (diff)
Docs: tidying
Diffstat (limited to 'src')
-rw-r--r--src/src/tls-gnu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/src/tls-gnu.c b/src/src/tls-gnu.c
index 796581b0e..9aabcbfd0 100644
--- a/src/src/tls-gnu.c
+++ b/src/src/tls-gnu.c
@@ -1079,7 +1079,8 @@ static int
tls_server_clienthello_ext(void * ctx, unsigned tls_id,
const uschar * data, unsigned size)
{
-/* https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml */
+/* The values for tls_id are documented here:
+https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml */
switch (tls_id)
{
case 5: /* Status Request */