diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-19 15:03:39 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-19 15:03:39 +0200 |
commit | 19f8c80d56e2fc3c999e4437294faba7a3cefd38 (patch) | |
tree | a0197d0eda0e655098d1406d74de90bba3d1c892 /rpmio | |
parent | 88b0e2c09334f32f869d86c5f8698668064f518a (diff) | |
download | rpm-19f8c80d56e2fc3c999e4437294faba7a3cefd38.tar.gz rpm-19f8c80d56e2fc3c999e4437294faba7a3cefd38.tar.bz2 rpm-19f8c80d56e2fc3c999e4437294faba7a3cefd38.zip |
Adjust pktlen to pgpReadPkt's expectations.
Diffstat (limited to 'rpmio')
-rw-r--r-- | rpmio/thkp.c | 2 |
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; |