mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-16 05:10:03 +01:00
Fix some extended compile warning.
This commit is contained in:
@@ -475,7 +475,7 @@ static int action_benchmark(void)
|
||||
{ "twofish", "xts", 64, 16 },
|
||||
{ NULL, NULL, 0, 0 }
|
||||
};
|
||||
static char *bkdfs[] = {
|
||||
static const char *bkdfs[] = {
|
||||
"sha1", "sha256", "sha512", "ripemd160", "whirlpool", NULL
|
||||
};
|
||||
char cipher[MAX_CIPHER_LEN], cipher_mode[MAX_CIPHER_LEN];
|
||||
|
||||
Reference in New Issue
Block a user