artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58516d6
)
zap extra blank line
author
tb
<tb@openbsd.org>
Sun, 23 Jan 2022 09:19:13 +0000
(09:19 +0000)
committer
tb
<tb@openbsd.org>
Sun, 23 Jan 2022 09:19:13 +0000
(09:19 +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
9959211
..
095618a
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.2
7 2022/01/23 05:59:35 claudio
Exp $ */
+/* $OpenBSD: validate.c,v 1.2
8 2022/01/23 09:19:13 tb
Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@
-207,7
+207,6
@@
valid_roa(const char *fn, struct auth *a, struct roa *roa)
size_t i;
char buf[64];
-
for (i = 0; i < roa->ipsz; i++) {
if (valid_ip(a, roa->ips[i].afi, roa->ips[i].min,
roa->ips[i].max))