Skip to content

Commit

Permalink
Update speed.c
Browse files Browse the repository at this point in the history
Initialized keylen in main() to resolve failing CI tests
  • Loading branch information
zelda923 authored Nov 7, 2024
1 parent ec6252c commit 9309ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/speed.c
Original file line number Diff line number Diff line change
Expand Up @@ -1816,7 +1816,7 @@ int speed_main(int argc, char **argv)
unsigned int size_num = SIZE_NUM;
unsigned int i, k, loopargs_len = 0, async_jobs = 0;
unsigned int idx;
int keylen;
int keylen = 0;
int buflen;
size_t declen;
BIGNUM *bn = NULL;
Expand Down

0 comments on commit 9309ae5

Please sign in to comment.