summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authortb <>2023-12-13 05:59:50 +0000
committertb <>2023-12-13 05:59:50 +0000
commit6ed1a3531ee6b31356dd10c0c8e03b08a2cfa465 (patch)
tree8f881160cd76af992ff1b88f77f1efd6f60ff66b /src/regress/lib
parente05b60bd8a70f5e88bfe9e00677f3e625938a3d0 (diff)
downloadopenbsd-6ed1a3531ee6b31356dd10c0c8e03b08a2cfa465.tar.gz
openbsd-6ed1a3531ee6b31356dd10c0c8e03b08a2cfa465.tar.bz2
openbsd-6ed1a3531ee6b31356dd10c0c8e03b08a2cfa465.zip
constraints: \178 isn't a valid octal escape sequence
Diffstat (limited to 'src/regress/lib')
-rw-r--r--src/regress/lib/libcrypto/x509/constraints.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/x509/constraints.c b/src/regress/lib/libcrypto/x509/constraints.c
index 6677b58c1f..16e135bb44 100644
--- a/src/regress/lib/libcrypto/x509/constraints.c
+++ b/src/regress/lib/libcrypto/x509/constraints.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: constraints.c,v 1.17 2023/10/01 04:48:39 tb Exp $ */ 1/* $OpenBSD: constraints.c,v 1.18 2023/12/13 05:59:50 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2020 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2020 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -95,7 +95,7 @@ unsigned char *invalid_hostnames[] = {
95 "-p3nbsd.org", 95 "-p3nbsd.org",
96 "openbs-.org", 96 "openbs-.org",
97 "openbsd\n.org", 97 "openbsd\n.org",
98 "open\178bsd.org", 98 "open\177bsd.org",
99 "open\255bsd.org", 99 "open\255bsd.org",
100 "*.openbsd.org", 100 "*.openbsd.org",
101 NULL, 101 NULL,