X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/aa02ed367404c659ab7205ef9662ef92032d7786..9b1663a5574182a66c6de8ad2fce7b3e4cbf277b:/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); }