artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
029c661
)
Make the error a bit easier to read
author
job
<job@openbsd.org>
Wed, 31 Jan 2024 15:01:13 +0000
(15:01 +0000)
committer
job
<job@openbsd.org>
Wed, 31 Jan 2024 15:01:13 +0000
(15:01 +0000)
OK tb@
usr.sbin/rpki-client/x509.c
patch
|
blob
|
history
diff --git
a/usr.sbin/rpki-client/x509.c
b/usr.sbin/rpki-client/x509.c
index
5a06568
..
38b1e5d
100644
(file)
--- a/
usr.sbin/rpki-client/x509.c
+++ b/
usr.sbin/rpki-client/x509.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: x509.c,v 1.7
5 2023/11/16 11:10:59 t
b Exp $ */
+/* $OpenBSD: x509.c,v 1.7
6 2024/01/31 15:01:13 jo
b Exp $ */
/*
* Copyright (c) 2022 Theo Buehler <tb@openbsd.org>
* Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org>
@@
-956,7
+956,7
@@
x509_valid_subject(const char *fn, const X509 *x)
return 0;
default:
warnx("%s: RFC 6487 section 4.5: unexpected attribute "
- "%
s", fn, OBJ_nid2s
n(nid));
+ "%
d (%s)", fn, nid, OBJ_nid2l
n(nid));
return 0;
}
}