mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-05 20:26:38 +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>