diff options
-rw-r--r-- | rpmio/rpmpgp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmio/rpmpgp.c b/rpmio/rpmpgp.c index aaffbff87..8db097e6e 100644 --- a/rpmio/rpmpgp.c +++ b/rpmio/rpmpgp.c @@ -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); |