artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56a706d
)
zap doubled semicolon
author
tb
<tb@openbsd.org>
Sun, 26 Dec 2021 15:44:29 +0000
(15:44 +0000)
committer
tb
<tb@openbsd.org>
Sun, 26 Dec 2021 15:44:29 +0000
(15:44 +0000)
lib/libcrypto/x509/x509_constraints.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/x509/x509_constraints.c
b/lib/libcrypto/x509/x509_constraints.c
index
f5e1050
..
ba16d7e
100644
(file)
--- a/
lib/libcrypto/x509/x509_constraints.c
+++ b/
lib/libcrypto/x509/x509_constraints.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: x509_constraints.c,v 1.1
8 2021/10/26 09:09:53 beck
Exp $ */
+/* $OpenBSD: x509_constraints.c,v 1.1
9 2021/12/26 15:44:29 tb
Exp $ */
/*
* Copyright (c) 2020 Bob Beck <beck@openbsd.org>
*
@@
-390,7
+390,7
@@
x509_constraints_parse_mailbox(uint8_t *candidate, size_t len,
}
if (c == '@') {
if (wi == 0)
- goto bad;
;
+ goto bad;
if (candidate_local != NULL)
goto bad;
candidate_local = strdup(working);