chiark
/
gitweb
/
~mdw
/
secnet
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
rsa.c transform-cbcmac.c: Fix configuration error messages.
[secnet]
/
rsa.c
diff --git
a/rsa.c
b/rsa.c
index 068cf41dfc13dfb94a35ec1656799ce0cdbd96c4..01d97c3e95533ced3757e716b38cb0dfc8476433 100644
(file)
--- a/
rsa.c
+++ b/
rsa.c
@@
-292,7
+292,7
@@
static list_t *rsapriv_apply(closure_t *self, struct cloc loc, dict_t *context,
i=list_elem(args,0);
if (i) {
if (i->type!=t_string) {
- cfgfatal(i->loc,"rsa-p
ublic
","first argument must be a string\n");
+ cfgfatal(i->loc,"rsa-p
rivate
","first argument must be a string\n");
}
filename=i->data.string;
} else {