Fix some extended compile warning.

This commit is contained in:
Milan Broz
2013-01-10 17:26:19 +01:00
parent 310bf08568
commit fe4175b551
6 changed files with 11 additions and 6 deletions

View File

@@ -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];