summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2010-12-28 22:56:26 +1100
committerHerbert Xu <herbert@gondor.apana.org.au>2010-12-28 22:56:26 +1100
commitce13a520ae4edc25eb6f81b658a7ab04454a0962 (patch)
tree419cc9decdc5b6ee411477b7ffd7d9127740b8c1
parentd3568aaf124511e459794d3def79ea0c1548afcd (diff)
downloadlinux-crypto-ce13a520ae4edc25eb6f81b658a7ab04454a0962.tar.gz
linux-crypto-ce13a520ae4edc25eb6f81b658a7ab04454a0962.zip
crypto: gf128mul - Remove experimental tag
This feature no longer needs the experimental tag. Reported-by: Toralf Förster <toralf.foerster@gmx.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-rw-r--r--crypto/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 96b0e554..4b7cb0e6 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -110,7 +110,6 @@ config CRYPTO_MANAGER_DISABLE_TESTS
config CRYPTO_GF128MUL
tristate "GF(2^128) multiplication functions (EXPERIMENTAL)"
- depends on EXPERIMENTAL
help
Efficient table driven implementation of multiplications in the
field GF(2^128). This is needed by some cypher modes. This