mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 19:00:02 +01:00
Remove unused union member.
This commit is contained in:
committed by
Milan Broz
parent
346f104f26
commit
e00eecf9ca
@@ -145,8 +145,6 @@ struct reenc_protection {
|
|||||||
REENC_PROTECTION_DATASHIFT } type;
|
REENC_PROTECTION_DATASHIFT } type;
|
||||||
|
|
||||||
union {
|
union {
|
||||||
struct {
|
|
||||||
} none;
|
|
||||||
struct {
|
struct {
|
||||||
char hash[LUKS2_CHECKSUM_ALG_L];
|
char hash[LUKS2_CHECKSUM_ALG_L];
|
||||||
struct crypt_hash *ch;
|
struct crypt_hash *ch;
|
||||||
|
|||||||
Reference in New Issue
Block a user