From: Thomas Weißschuh Date: Sun, 24 Dec 2023 13:04:42 +0000 (+0100) Subject: fileeq: optimize size of ul_fileeq_method X-Git-Tag: v2.40-rc1~84^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1987c031bb5b49223d2a3acfecaa445be05d05ac;p=thirdparty%2Futil-linux.git fileeq: optimize size of ul_fileeq_method Signed-off-by: Thomas Weißschuh --- diff --git a/lib/fileeq.c b/lib/fileeq.c index af5b4e32bc..2a74af8a79 100644 --- a/lib/fileeq.c +++ b/lib/fileeq.c @@ -79,9 +79,9 @@ enum { }; struct ul_fileeq_method { - int id; const char *name; /* name used by applications */ const char *kname; /* name used by kernel crypto */ + int id; short digsiz; };