]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
crypto: xts - drop gf128mul dependency
authorOndrej Mosnáček <omosnacek@gmail.com>
Sun, 2 Apr 2017 19:19:16 +0000 (21:19 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 5 Apr 2017 13:58:37 +0000 (21:58 +0800)
Since the gf128mul_x_ble function used by xts.c is now defined inline
in the header file, the XTS module no longer depends on gf128mul.
Therefore, the 'select CRYPTO_GF128MUL' line can be safely removed.

Signed-off-by: Ondrej Mosnacek <omosnacek@gmail.com>
Reviewd-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig

index 6854c1fe54b74659072afccacdfcb2481914cbc0..aac4bc90a138e7f5cfc1c2b4faa871f1d0ba2e4e 100644 (file)
@@ -374,7 +374,6 @@ config CRYPTO_XTS
        tristate "XTS support"
        select CRYPTO_BLKCIPHER
        select CRYPTO_MANAGER
-       select CRYPTO_GF128MUL
        select CRYPTO_ECB
        help
          XTS: IEEE1619/D16 narrow block cipher use with aes-xts-plain,