1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-01 21:18:10 +03:00

test: Align integer types

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2024-05-07 17:22:01 +02:00 committed by Jeremy Allison
parent 1092d4b0a8
commit 7c59f11056

View File

@ -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,
@ -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,