From 6ed1a3531ee6b31356dd10c0c8e03b08a2cfa465 Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 13 Dec 2023 05:59:50 +0000 Subject: constraints: \178 isn't a valid octal escape sequence --- src/regress/lib/libcrypto/x509/constraints.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/regress/lib/libcrypto/x509/constraints.c') 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 @@ -/* $OpenBSD: constraints.c,v 1.17 2023/10/01 04:48:39 tb Exp $ */ +/* $OpenBSD: constraints.c,v 1.18 2023/12/13 05:59:50 tb Exp $ */ /* * Copyright (c) 2020 Bob Beck * @@ -95,7 +95,7 @@ unsigned char *invalid_hostnames[] = { "-p3nbsd.org", "openbs-.org", "openbsd\n.org", - "open\178bsd.org", + "open\177bsd.org", "open\255bsd.org", "*.openbsd.org", NULL, -- cgit v1.2.3-55-g6feb