Skip to content

Commit

Permalink
crypto: xts - remove dependency on EXPERIMENTAL
Browse files Browse the repository at this point in the history
XTS has been EXPERIMENTAL since it was introduced in 2007. I'd say by now
it has seen enough testing to justify removal of EXPERIMENTAL tag.

CC: Rik Snel <[email protected]>
Signed-off-by: Jussi Kivilinna <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
jkivilin authored and herbertx committed Dec 20, 2011
1 parent 2470a2b commit 5bcf8e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,7 @@ config CRYPTO_PCBC
This block cipher algorithm is required for RxRPC.

config CRYPTO_XTS
tristate "XTS support (EXPERIMENTAL)"
depends on EXPERIMENTAL
tristate "XTS support"
select CRYPTO_BLKCIPHER
select CRYPTO_MANAGER
select CRYPTO_GF128MUL
Expand Down

0 comments on commit 5bcf8e6

Please sign in to comment.