diff options
Diffstat (limited to 'crypto/tcrypt.c')
-rw-r--r-- | crypto/tcrypt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c index e7fb87e114a5..1ea2d5007ff5 100644 --- a/crypto/tcrypt.c +++ b/crypto/tcrypt.c | |||
@@ -76,8 +76,8 @@ static char *check[] = { | |||
76 | "cast6", "arc4", "michael_mic", "deflate", "crc32c", "tea", "xtea", | 76 | "cast6", "arc4", "michael_mic", "deflate", "crc32c", "tea", "xtea", |
77 | "khazad", "wp512", "wp384", "wp256", "tnepres", "xeta", "fcrypt", | 77 | "khazad", "wp512", "wp384", "wp256", "tnepres", "xeta", "fcrypt", |
78 | "camellia", "seed", "salsa20", "rmd128", "rmd160", "rmd256", "rmd320", | 78 | "camellia", "seed", "salsa20", "rmd128", "rmd160", "rmd256", "rmd320", |
79 | "lzo", "cts", "sha3-224", "sha3-256", "sha3-384", "sha3-512", | 79 | "lzo", "lzo-rle", "cts", "sha3-224", "sha3-256", "sha3-384", |
80 | "streebog256", "streebog512", | 80 | "sha3-512", "streebog256", "streebog512", |
81 | NULL | 81 | NULL |
82 | }; | 82 | }; |
83 | 83 | ||