Silly signedness mismatch in pgpMpiSet()

This commit is contained in:
Panu Matilainen 2008-06-10 09:59:09 +03:00
parent ae2cd002e6
commit 4ffee98a65
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ void pgpPrtVal(const char * pre, pgpValTbl vs, uint8_t val)
/**
* @return 0 on success
*/
static int pgpMpiSet(const char * pre, int lbits,
static int pgpMpiSet(const char * pre, unsigned int lbits,
void *dest, const uint8_t * p, const uint8_t * pend)
{
unsigned int mbits = pgpMpiBits(p);