From: tb Date: Wed, 13 Dec 2023 05:59:50 +0000 (+0000) Subject: constraints: \178 isn't a valid octal escape sequence X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d657b5fca1e61d9051eef95aee7afd8cb380b40d;p=openbsd constraints: \178 isn't a valid octal escape sequence --- 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,