Update to match latest kernel changes
- Root hash is now stored in authenticated extensions
- Magic number is now at the very end of the file too
- 'set_measurement' is replaced with 'measure'
- UAPI header now declares on-disk format
- log_tree_blocksize is stored instead of log_arity
- CRC-32 is changed to CRC-32C
- SHA-512 is now supported too
Signed-off-by: Eric Biggers <ebiggers@google.com>
diff --git a/cmd_enable.c b/cmd_enable.c
index 6d28297..c7d7abd 100644
--- a/cmd_enable.c
+++ b/cmd_enable.c
@@ -11,7 +11,7 @@
#include <sys/ioctl.h>
#include "commands.h"
-#include "fsverity_sys_decls.h"
+#include "fsverity_uapi.h"
int fsverity_cmd_enable(const struct fsverity_command *cmd,
int argc, char *argv[])