Skip to content

Commit

Permalink
fixup! treewide: make type casts explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Nov 16, 2022
1 parent dfc8b4a commit 2290590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit-tests/test_ecc.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ t_test_ecc_dh(void) {
uint32_t tempBy2[8];
uint32_t secretA[8];
uint32_t secretB[8];
int ret;
size_t ret;

ret = dtls_prng((void *)secretA, sizeof(secretA));
CU_ASSERT(ret > 1);
Expand Down

0 comments on commit 2290590

Please sign in to comment.