artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f82456
)
Clarify error message
author
job
<job@openbsd.org>
Thu, 7 Oct 2021 11:18:54 +0000
(11:18 +0000)
committer
job
<job@openbsd.org>
Thu, 7 Oct 2021 11:18:54 +0000
(11:18 +0000)
OK benno@
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
943960a
..
71d7480
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.3
4 2021/10/07 08:30:39 claudio
Exp $ */
+/* $OpenBSD: cert.c,v 1.3
5 2021/10/07 11:18:54 job
Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@
-1126,7
+1126,7
@@
cert_parse_inner(X509 **xp, const char *fn, int ta)
*/
if (X509_up_ref(x) == 0)
- errx(1, "
king bula"
);
+ errx(1, "
%s: X509_up_ref failed", __func__
);
p.res->x509 = x;