summaryrefslogtreecommitdiffstats
path: root/lib/fileeq.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fileeq.c')
-rw-r--r--lib/fileeq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fileeq.c b/lib/fileeq.c
index af5b4e3..2a74af8 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;
};