1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Add missing kernel 6.6 settings and remove some patches

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-04-24 12:05:04 +02:00
parent e9d1e0219b
commit 63ed71fe07
3 changed files with 3 additions and 109 deletions

View file

@ -1,10 +0,0 @@
--- a/crypto/algapi.c
+++ b/crypto/algapi.c
@@ -290,7 +290,6 @@ static struct crypto_larval *__crypto_re
}
if (!strcmp(q->cra_driver_name, alg->cra_name) ||
- !strcmp(q->cra_driver_name, alg->cra_driver_name) ||
!strcmp(q->cra_name, alg->cra_driver_name))
goto err;
}