diff options
author | tb <> | 2023-12-13 06:00:28 +0000 |
---|---|---|
committer | tb <> | 2023-12-13 06:00:28 +0000 |
commit | a046584d2b3f432d52dc469d347138fcae3580ec (patch) | |
tree | abe1add56d42074cbed9d201871e49d92ee045a3 | |
parent | 6ed1a3531ee6b31356dd10c0c8e03b08a2cfa465 (diff) | |
download | openbsd-a046584d2b3f432d52dc469d347138fcae3580ec.tar.gz openbsd-a046584d2b3f432d52dc469d347138fcae3580ec.tar.bz2 openbsd-a046584d2b3f432d52dc469d347138fcae3580ec.zip |
tlsexttest: \178 isn't a valid octal escape sequence
-rw-r--r-- | src/regress/lib/libssl/tlsext/tlsexttest.c | 4 |
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 | { |