]> git.baikalelectronics.ru Git - kernel.git/commit
nvmet-auth: select the intended CRYPTO_DH_RFC7919_GROUPS
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Wed, 20 Jul 2022 11:37:17 +0000 (13:37 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 2 Aug 2022 23:22:51 +0000 (17:22 -0600)
commitfa61dcc42675118128c68f89fa41369fcb9e4430
treed98b6067bafd86e4c73561f387236e10b51b8776
parent4cea5a19b54ba15f71775a615ca6d3f52eeed94a
nvmet-auth: select the intended CRYPTO_DH_RFC7919_GROUPS

Commit 71ebe3842ebe ("nvmet-auth: Diffie-Hellman key exchange support")
intends to select 'Support for RFC 7919 FFDHE group parameters' for using
FFDHE groups for NVMe In-Band Authentication.

It however selects CRYPTO_DH_GROUPS_RFC7919, instead of the intended
CRYPTO_DH_RFC7919_GROUPS; notice the swapping of words here.

Correct the select to the intended config option.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/nvme/target/Kconfig