Lose unused pgpMpiHex()
This commit is contained in:
parent
083fde4d78
commit
d50839b8b3
|
@ -217,17 +217,6 @@ void pgpPrtVal(const char * pre, pgpValTbl vs, uint8_t val)
|
||||||
fprintf(stderr, "%s(%u)", pgpValStr(vs, val), (unsigned)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
|
* @return 0 on success
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue