X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a..902cbb33a6f9b90989a635d9e7d62996367d8b15:/progs/key.c diff --git a/progs/key.c b/progs/key.c index f263aaf..fe5f313 100644 --- a/progs/key.c +++ b/progs/key.c @@ -290,7 +290,7 @@ static mp *getmp(key_data *k, const char *tag) if (!k) die(EXIT_FAILURE, "unexpected failure looking up subkey `%s'", tag); if ((k->e & KF_ENCMASK) != KENC_MP) - die(EXIT_FAILURE, "subkey `%s' has an incompatible type"); + die(EXIT_FAILURE, "subkey `%s' has an incompatible type", tag); return (k->u.m); }