Lose unused pgpMpiHex()

This commit is contained in:
Panu Matilainen 2008-01-03 12:37:03 +02:00
parent 083fde4d78
commit d50839b8b3
1 changed files with 0 additions and 11 deletions

View File

@ -217,17 +217,6 @@ void pgpPrtVal(const char * pre, pgpValTbl vs, uint8_t val)
fprintf(stderr, "%s(%u)", pgpValStr(vs, val), (unsigned)val);
}
/**
*/
static
const char * pgpMpiHex(const uint8_t *p)
{
static char prbuf[2048];
char *t = prbuf;
t = pgpHexCvt(t, p+2, pgpMpiLen(p)-2);
return prbuf;
}
/**
* @return 0 on success
*/