From d657b5fca1e61d9051eef95aee7afd8cb380b40d Mon Sep 17 00:00:00 2001 From: tb Date: Wed, 13 Dec 2023 05:59:50 +0000 Subject: [PATCH] constraints: \178 isn't a valid octal escape sequence --- regress/lib/libcrypto/x509/constraints.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/lib/libcrypto/x509/constraints.c b/regress/lib/libcrypto/x509/constraints.c index 6677b58c1fc..16e135bb44c 100644 --- a/regress/lib/libcrypto/x509/constraints.c +++ b/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, -- 2.20.1