1
1
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Этот коммит содержится в:
Andreas Schneider 2018-09-03 17:40:35 +02:00
родитель 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;
}