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 9fd92d0 commit dfc8b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit-tests/test_ccm.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ t_test_dtls_encrypt_params(void) {
static void
t_test_dtls_decrypt_params(void) {
size_t n;
int len;
ssize_t len;

for (n = 0; n < sizeof(data)/sizeof(struct test_vector); ++n) {
dtls_ccm_params_t params =
Expand Down

0 comments on commit dfc8b4a

Please sign in to comment.