Skip to content

Commit

Permalink
test: Align integer types
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Lendecke <[email protected]>
Reviewed-by: Jeremy Allison <[email protected]>
  • Loading branch information
vlendec authored and jrasamba committed May 14, 2024
1 parent 1092d4b commit 7c59f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libcli/auth/tests/test_schannel.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ static void torture_schannel_seal_rc4(void **state)
int buffer_sizes[] = {
0, 1, 3, 7, 8, 9, 15, 16, 17
};
int i;
size_t i;

torture_schannel_seal_flags(state, 0,
session_key,
Expand Down Expand Up @@ -259,7 +259,7 @@ static void torture_schannel_seal_aes(void **state)
int buffer_sizes[] = {
0, 1, 3, 7, 8, 9, 15, 16, 17
};
int i;
size_t i;

torture_schannel_seal_flags(state, NETLOGON_NEG_SUPPORTS_AES,
session_key,
Expand Down

0 comments on commit 7c59f11

Please sign in to comment.