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)
committerChristoph Hellwig <hch@lst.de>
Tue, 26 Jul 2022 20:04:24 +0000 (16:04 -0400)
commit4f1b057f6ce9b84ccddb9c3b1f16d7dde18a08a4
treecd70f09c636665d5f82579e314d9b196a531ab55
parentf0becfc578c96f2b5b43f856b47cea5c8433800e
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>
drivers/nvme/target/Kconfig