Replace OPT_MASTER_KEY_FILE_ID with OPT_VOLUME_KEY_FILE_ID.

This commit is contained in:
Milan Broz
2022-03-28 19:31:43 +02:00
parent 650c7e8b67
commit 68796e12dd
9 changed files with 39 additions and 39 deletions

View File

@@ -377,7 +377,7 @@ int tools_is_stdin(const char *key_file)
return strcmp(key_file, "-") ? 0 : 1;
}
int tools_read_mk(const char *file, char **key, int keysize)
int tools_read_vk(const char *file, char **key, int keysize)
{
int fd = -1, r = -EINVAL;