Skip to content

Commit 2290590

Browse files
committed
fixup! treewide: make type casts explicit
1 parent dfc8b4a commit 2290590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit-tests/test_ecc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ t_test_ecc_dh(void) {
129129
uint32_t tempBy2[8];
130130
uint32_t secretA[8];
131131
uint32_t secretB[8];
132-
int ret;
132+
size_t ret;
133133

134134
ret = dtls_prng((void *)secretA, sizeof(secretA));
135135
CU_ASSERT(ret > 1);

0 commit comments

Comments
 (0)