artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4372360
)
constraints: \178 isn't a valid octal escape sequence
author
tb
<tb@openbsd.org>
Wed, 13 Dec 2023 05:59:50 +0000
(
05:59
+0000)
committer
tb
<tb@openbsd.org>
Wed, 13 Dec 2023 05:59:50 +0000
(
05:59
+0000)
regress/lib/libcrypto/x509/constraints.c
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/x509/constraints.c
b/regress/lib/libcrypto/x509/constraints.c
index
6677b58
..
16e135b
100644
(file)
--- a/
regress/lib/libcrypto/x509/constraints.c
+++ b/
regress/lib/libcrypto/x509/constraints.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: constraints.c,v 1.1
7 2023/10/01 04:48:39
tb Exp $ */
+/* $OpenBSD: constraints.c,v 1.1
8 2023/12/13 05:59:50
tb Exp $ */
/*
* Copyright (c) 2020 Bob Beck <beck@openbsd.org>
*
@@
-95,7
+95,7
@@
unsigned char *invalid_hostnames[] = {
"-p3nbsd.org",
"openbs-.org",
"openbsd\n.org",
- "open\17
8
bsd.org",
+ "open\17
7
bsd.org",
"open\255bsd.org",
"*.openbsd.org",
NULL,