wrapper: Fix size type
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Этот коммит содержится в:
родитель
9c5d2d4543
Коммит
f8e68b92b8
@ -148,7 +148,8 @@ struct ssh_crypto_struct *crypto_new(void) {
|
||||
|
||||
void crypto_free(struct ssh_crypto_struct *crypto)
|
||||
{
|
||||
int i;
|
||||
size_t i;
|
||||
|
||||
if (crypto == NULL) {
|
||||
return;
|
||||
}
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user