summaryrefslogtreecommitdiff
path: root/cmd/shlibsign/shlibsign.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/shlibsign/shlibsign.c')
-rw-r--r--cmd/shlibsign/shlibsign.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/shlibsign/shlibsign.c b/cmd/shlibsign/shlibsign.c
index cc8a546f5..0a4edc113 100644
--- a/cmd/shlibsign/shlibsign.c
+++ b/cmd/shlibsign/shlibsign.c
@@ -707,7 +707,7 @@ int main(int argc, char **argv)
int bytesWritten;
unsigned char file_buf[512];
int count=0;
- int keySize = 0;
+ unsigned int keySize = 0;
int i;
PRBool verify = PR_FALSE;
static PRBool FIPSMODE = PR_FALSE;