diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-01-03 12:37:03 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-01-03 12:37:03 +0200 |
commit | d50839b8b3c4793a5c98c36f6e487aa12b9be3ba (patch) | |
tree | 8021dbdc3b91f0421d4b4b700552c23b8ca52d0d /rpmio | |
parent | 083fde4d7847e6d2fab3ef0978dc4458482c3633 (diff) | |
download | librpm-tizen-d50839b8b3c4793a5c98c36f6e487aa12b9be3ba.tar.gz librpm-tizen-d50839b8b3c4793a5c98c36f6e487aa12b9be3ba.tar.bz2 librpm-tizen-d50839b8b3c4793a5c98c36f6e487aa12b9be3ba.zip |
Lose unused pgpMpiHex()
Diffstat (limited to 'rpmio')
-rw-r--r-- | rpmio/rpmpgp.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/rpmio/rpmpgp.c b/rpmio/rpmpgp.c index 614e7f416..09e3fa864 100644 --- a/rpmio/rpmpgp.c +++ b/rpmio/rpmpgp.c @@ -218,17 +218,6 @@ void pgpPrtVal(const char * pre, pgpValTbl vs, uint8_t 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 */ static int pgpMpiSet(const char * pre, int lbits, |