summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-12-13 06:00:28 +0000
committertb <>2023-12-13 06:00:28 +0000
commitb526604c84220e8165b966dbbc996260e8b8b3c8 (patch)
treeabe1add56d42074cbed9d201871e49d92ee045a3 /src
parent4ba7ee77cf762507413ddc90622e3e48a1c238ac (diff)
downloadopenbsd-b526604c84220e8165b966dbbc996260e8b8b3c8.tar.gz
openbsd-b526604c84220e8165b966dbbc996260e8b8b3c8.tar.bz2
openbsd-b526604c84220e8165b966dbbc996260e8b8b3c8.zip
tlsexttest: \178 isn't a valid octal escape sequence
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libssl/tlsext/tlsexttest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/tlsext/tlsexttest.c b/src/regress/lib/libssl/tlsext/tlsexttest.c
index e4da328c67..778fd07297 100644
--- a/src/regress/lib/libssl/tlsext/tlsexttest.c
+++ b/src/regress/lib/libssl/tlsext/tlsexttest.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: tlsexttest.c,v 1.82 2023/07/05 17:30:14 tb Exp $ */ 1/* $OpenBSD: tlsexttest.c,v 1.83 2023/12/13 06:00:28 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2017 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2017 Joel Sing <jsing@openbsd.org>
4 * Copyright (c) 2017 Doug Hogan <doug@openbsd.org> 4 * Copyright (c) 2017 Doug Hogan <doug@openbsd.org>
@@ -4367,7 +4367,7 @@ static const struct tls_sni_test tls_sni_tests[] = {
4367 .valid = 0, 4367 .valid = 0,
4368 }, 4368 },
4369 { 4369 {
4370 .hostname = "open\178bsd.org", 4370 .hostname = "open\177bsd.org",
4371 .valid = 0, 4371 .valid = 0,
4372 }, 4372 },
4373 { 4373 {