Adjust pktlen to pgpReadPkt's expectations.

This commit is contained in:
Ralf Corsépius 2007-09-19 15:03:39 +02:00
parent 88b0e2c093
commit 19f8c80d56
1 changed files with 1 additions and 1 deletions

View File

@ -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;