X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/4155aec42e2aa48af1ebe8f1197f58e2f5830ccf..8ed35e02a3f3d9151794e82d9b7ad68bceb04713:/server/keymgmt.c diff --git a/server/keymgmt.c b/server/keymgmt.c index d80b81e8..6835968d 100644 --- a/server/keymgmt.c +++ b/server/keymgmt.c @@ -368,7 +368,7 @@ static int kh_loadpub(const kgops *ko, key_data *d, kdata *kd, if ((rc = ko->loadpub(d, kd, t, e)) != 0) goto fail_0; if (group_check(kd->g, kd->kpub)) { - a_format(e, "bad-public-group-element"); + a_format(e, "bad-public-group-element", A_END); goto fail_1; } kd->kpriv = 0;