artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4068fef
)
acme-client: fix copy-paste error in error message
author
tb
<tb@openbsd.org>
Mon, 19 Dec 2022 11:16:52 +0000
(11:16 +0000)
committer
tb
<tb@openbsd.org>
Mon, 19 Dec 2022 11:16:52 +0000
(11:16 +0000)
usr.sbin/acme-client/acctproc.c
patch
|
blob
|
history
diff --git
a/usr.sbin/acme-client/acctproc.c
b/usr.sbin/acme-client/acctproc.c
index
d9cddc9
..
e3a0eb6
100644
(file)
--- a/
usr.sbin/acme-client/acctproc.c
+++ b/
usr.sbin/acme-client/acctproc.c
@@
-1,4
+1,4
@@
-/* $Id: acctproc.c,v 1.3
0 2022/12/18 12:39:59
tb Exp $ */
+/* $Id: acctproc.c,v 1.3
1 2022/12/19 11:16:52
tb Exp $ */
/*
* Copyright (c) 2016 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@
-120,7
+120,7
@@
op_thumb_ec(EVP_PKEY *pkey)
else if ((y = bn2string(Y)) == NULL)
warnx("bn2string");
else if ((json = json_fmt_thumb_ec(x, y)) == NULL)
- warnx("json_fmt_thumb_
rsa
");
+ warnx("json_fmt_thumb_
ec
");
BN_free(X);
BN_free(Y);