Skip to content

Commit

Permalink
Fix comparison sign
Browse files Browse the repository at this point in the history
  • Loading branch information
ashman-p committed Nov 17, 2023
1 parent e695d4f commit 85890c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_hash.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static int do_sha256(void) {
}

// hash with increment API less than block size
int i = 0;
size_t i = 0;
for (i = 0; i < msg_len; i++) {
OQS_SHA2_sha256_inc(&state3, &msg[i], 1);
}
Expand Down

0 comments on commit 85890c1

Please sign in to comment.