summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,