summaryrefslogtreecommitdiff
path: root/rpmio/thkp.c
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-09-19 15:03:39 +0200
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-09-19 15:03:39 +0200
commit19f8c80d56e2fc3c999e4437294faba7a3cefd38 (patch)
treea0197d0eda0e655098d1406d74de90bba3d1c892 /rpmio/thkp.c
parent88b0e2c09334f32f869d86c5f8698668064f518a (diff)
downloadrpm-19f8c80d56e2fc3c999e4437294faba7a3cefd38.tar.gz
rpm-19f8c80d56e2fc3c999e4437294faba7a3cefd38.tar.bz2
rpm-19f8c80d56e2fc3c999e4437294faba7a3cefd38.zip
Adjust pktlen to pgpReadPkt's expectations.
Diffstat (limited to 'rpmio/thkp.c')
-rw-r--r--rpmio/thkp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmio/thkp.c b/rpmio/thkp.c
index 9cd8eaef4..69b697bf7 100644
--- a/rpmio/thkp.c
+++ b/rpmio/thkp.c
@@ -42,7 +42,7 @@ static int readKeys(const char * uri)
{
unsigned int * kip;
const byte * pkt;
- ssize_t pktlen;
+ size_t pktlen;
byte keyid[8];
char fn[BUFSIZ];
pgpDig dig;