artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0a85f6
)
nuke tabs
author
tb
<tb@openbsd.org>
Thu, 12 May 2022 10:50:12 +0000
(10:50 +0000)
committer
tb
<tb@openbsd.org>
Thu, 12 May 2022 10:50:12 +0000
(10:50 +0000)
usr.sbin/rpki-client/validate.c
patch
|
blob
|
history
diff --git
a/usr.sbin/rpki-client/validate.c
b/usr.sbin/rpki-client/validate.c
index
187190d
..
5c3b5d3
100644
(file)
--- a/
usr.sbin/rpki-client/validate.c
+++ b/
usr.sbin/rpki-client/validate.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: validate.c,v 1.3
3 2022/05/11 14:42:01 jo
b Exp $ */
+/* $OpenBSD: validate.c,v 1.3
4 2022/05/12 10:50:12 t
b Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@
-524,7
+524,7
@@
valid_rsc(const char *fn, struct auth *a, struct rsc *rsc)
: rsc->as[i].id;
max = rsc->as[i].type == CERT_AS_RANGE ? rsc->as[i].range.max
: rsc->as[i].id;
-
+
if (valid_as(a, min, max))
continue;