Commit 2591a9f1 authored by James Morris's avatar James Morris

[CRYPTO] Add AES and MD4 to tcrypto crypto_alg_available() test.

parent 11f2f6b3
......@@ -48,7 +48,7 @@ static char *tvmem;
static char *check[] = {
"des", "md5", "des3_ede", "rot13", "sha1", "sha256", "blowfish",
"twofish", "serpent", "sha384", "sha512",
"twofish", "serpent", "sha384", "sha512", "md4", "aes",
NULL
};
......
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