diff options
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; |