summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ncr-pk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncr-pk.c b/ncr-pk.c
index 9033d6f..52e5308 100644
--- a/ncr-pk.c
+++ b/ncr-pk.c
@@ -60,7 +60,7 @@ void ncr_pk_clear(struct key_item_st* key)
static int ncr_pk_make_public_and_id( struct key_item_st * private, struct key_item_st * public)
{
uint8_t * tmp;
- long max_size;
+ unsigned long max_size;
int ret, cret;
unsigned long key_id_size;