X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/b6aae8b2364f24edc13c6cdf774bb8c8d282e02f..refs/heads/master:/rsa.c diff --git a/rsa.c b/rsa.c index 068cf41..01d97c3 100644 --- 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-public","first argument must be a string\n"); + cfgfatal(i->loc,"rsa-private","first argument must be a string\n"); } filename=i->data.string; } else {