From 336e05bda5aedf470537710406eb32f778f8a6e4 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 1 Jun 2021 20:26:11 +0000 Subject: Update RFC reference. RFC 4366 was obsoleted by RFC 6066. --- src/lib/libtls/tls_client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libtls/tls_client.c b/src/lib/libtls/tls_client.c index 701bb6fc81..c45684dbb4 100644 --- a/src/lib/libtls/tls_client.c +++ b/src/lib/libtls/tls_client.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tls_client.c,v 1.46 2021/06/01 20:14:17 tb Exp $ */ +/* $OpenBSD: tls_client.c,v 1.47 2021/06/01 20:26:11 tb Exp $ */ /* * Copyright (c) 2014 Joel Sing * @@ -362,7 +362,7 @@ tls_connect_common(struct tls *ctx, const char *servername) } /* - * RFC4366 (SNI): Literal IPv4 and IPv6 addresses are not + * RFC 6066 (SNI): Literal IPv4 and IPv6 addresses are not * permitted in "HostName". */ if (ctx->servername != NULL && -- cgit v1.2.3-55-g6feb