summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/pkeyutl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pkeyutl.c b/apps/pkeyutl.c
index 497ae9753e..53743f836f 100644
--- a/apps/pkeyutl.c
+++ b/apps/pkeyutl.c
@@ -99,7 +99,7 @@ int MAIN(int argc, char **argv)
int keysize = -1;
unsigned char *buf_in = NULL, *buf_out = NULL, *sig = NULL;
- int buf_inlen = 0, buf_outlen, siglen = -1;
+ size_t buf_inlen = 0, buf_outlen, siglen = -1;
int ret = 1, rv = -1;