artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6de5d2c
)
Fix doc comment of sbgp_asrange()
author
tb
<tb@openbsd.org>
Wed, 11 May 2022 09:40:00 +0000
(09:40 +0000)
committer
tb
<tb@openbsd.org>
Wed, 11 May 2022 09:40:00 +0000
(09:40 +0000)
usr.sbin/rpki-client/cert.c
patch
|
blob
|
history
diff --git
a/usr.sbin/rpki-client/cert.c
b/usr.sbin/rpki-client/cert.c
index
c2be7c0
..
c4114f2
100644
(file)
--- a/
usr.sbin/rpki-client/cert.c
+++ b/
usr.sbin/rpki-client/cert.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: cert.c,v 1.7
6 2022/05/11 09:07:04
tb Exp $ */
+/* $OpenBSD: cert.c,v 1.7
7 2022/05/11 09:40:00
tb Exp $ */
/*
* Copyright (c) 2021 Job Snijders <job@openbsd.org>
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
@@
-95,7
+95,7
@@
append_as(struct parse *p, const struct cert_as *as)
}
/*
- * Parse a range of
addresse
s as in 3.2.3.8.
+ * Parse a range of
AS identifier
s as in 3.2.3.8.
* Returns zero on failure, non-zero on success.
*/
static int