commit | 6fa32fd12dd5a21334f633cfbd3bfc397164feff | [log] [tgz] |
---|---|---|
author | Michael Schuster <michael@schuster.ms> | Sat Jun 01 21:15:02 2024 +0200 |
committer | Minos Galanakis <minos.galanakis@arm.com> | Tue Aug 06 12:09:13 2024 +0100 |
tree | fdfad9295f0c9262cd3fca68fc53d8be1e26db81 | |
parent | 41a686bb9fd36c8eff551f0fc91f47f5631ec421 [diff] [blame] |
Fix missing-prototype errors in sample programs Signed-off-by: Michael Schuster <michael@schuster.ms>
diff --git a/programs/pkey/gen_key.c b/programs/pkey/gen_key.c index 194a5cb..4ad1629 100644 --- a/programs/pkey/gen_key.c +++ b/programs/pkey/gen_key.c
@@ -39,7 +39,7 @@ #define DEV_RANDOM_THRESHOLD 32 -int dev_random_entropy_poll(void *data, unsigned char *output, +static int dev_random_entropy_poll(void *data, unsigned char *output, size_t len, size_t *olen) { FILE *file;