mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 14:50:07 +04:00
f6ae4a6afb
Because AI bots are shredding through the AF_ALG code in the kernel, upstream has decided to deprecate AF_ALG: https://lore.kernel.org/all/20260430011544.31823-1-ebiggers@kernel.org/ Follow their lead and do the same here. afalg_engine AFAIK is a faster version of what OpenSSL provides last time I used it. Although I don't think it was useful for long. OpenSSH's sandbox conflicts with AF_ALG. Signed-off-by: Rosen Penev <rosenp@gmail.com>