diff options
| author | James Morris <jmorris@intercode.com.au> | 2003-01-13 11:53:21 -0800 |
|---|---|---|
| committer | James Morris <jmorris@intercode.com.au> | 2003-01-13 11:53:21 -0800 |
| commit | 2591a9f1671148397fd58f8fb4ef81a367fc328e (patch) | |
| tree | d4f50e468a7d190cfca8743fe7df167ef7abd0e5 /crypto | |
| parent | 11f2f6b3dee6b96093289acb250653ddbe7f7fb0 (diff) | |
[CRYPTO] Add AES and MD4 to tcrypto crypto_alg_available() test.
Diffstat (limited to 'crypto')
| -rw-r--r-- | crypto/tcrypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c index 739c7d4a0392..bcce9065242a 100644 --- a/crypto/tcrypt.c +++ b/crypto/tcrypt.c @@ -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 }; |
