mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-21 12:04:56 +02:00

shash_desc::flags was removed from the kernel in 5.1. That assignment was actually superfluous anyway, because crypto.desc is zero-initialized when crypto is initialized (xt_pknock.c, ll. 110ff.). Signed-off-by: Jeremy Sowden <jeremy@azazel.net>