summaryrefslogtreecommitdiff
path: root/rpmio/thkp.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-11-26 13:51:44 +0200
committerPanu Matilainen <pmatilai@redhat.com>2007-11-26 13:51:44 +0200
commit7ac39db1f4117442b49e4717c79f04295886d9be (patch)
tree210916894f771b39f3536daee93209b8d4df5a6e /rpmio/thkp.c
parent95c55a1af9fa4be56737eefa0e709ce5abe47deb (diff)
downloadrpm-7ac39db1f4117442b49e4717c79f04295886d9be.tar.gz
rpm-7ac39db1f4117442b49e4717c79f04295886d9be.tar.bz2
rpm-7ac39db1f4117442b49e4717c79f04295886d9be.zip
Fix "byte" usage in test programs too
Diffstat (limited to 'rpmio/thkp.c')
-rw-r--r--rpmio/thkp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpmio/thkp.c b/rpmio/thkp.c
index 4b06c129b..c57b2eab9 100644
--- a/rpmio/thkp.c
+++ b/rpmio/thkp.c
@@ -41,9 +41,9 @@ static unsigned int keyids[] = {
static int readKeys(const char * uri)
{
unsigned int * kip;
- const byte * pkt;
+ const uint8_t * pkt;
size_t pktlen;
- byte keyid[8];
+ uint8_t keyid[8];
char fn[BUFSIZ];
pgpDig dig;
int rc;