Commit 72d7b9d4 authored by Aaron Grothe's avatar Aaron Grothe Committed by David S. Miller

[CRYPTO]: Put khazad back into tcrypt table.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 51002594
......@@ -63,7 +63,7 @@ static char *check[] = {
"des", "md5", "des3_ede", "rot13", "sha1", "sha256", "blowfish",
"twofish", "serpent", "sha384", "sha512", "md4", "aes", "cast6",
"arc4", "michael_mic", "deflate", "crc32c", "tea", "xtea",
"wp512", "wp384", "wp256", "tnepres", NULL
"khazad", "wp512", "wp384", "wp256", "tnepres", NULL
};
static void
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment