diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-05-12 10:50:13 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-05-12 10:50:13 +0000 |
commit | 4a81e82500bc14fcdefb77e5ab30aed747698a9d (patch) | |
tree | a0aa1740baa59b70238acb3033312823fd6809f3 /usr.sbin | |
parent | 90d3f0dcd7c5b536cd57526a6e8b91a2b67c15c7 (diff) |
nuke tabs
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/rpki-client/validate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/validate.c b/usr.sbin/rpki-client/validate.c index 187190db034..5c3b5d34bc4 100644 --- a/usr.sbin/rpki-client/validate.c +++ b/usr.sbin/rpki-client/validate.c @@ -1,4 +1,4 @@ -/* $OpenBSD: validate.c,v 1.33 2022/05/11 14:42:01 job Exp $ */ +/* $OpenBSD: validate.c,v 1.34 2022/05/12 10:50:12 tb 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; |