Skip to content

lib/crypto: add prompts back to crypto libraries

This was sent upstream, but needs to be include in release until upstream picks it up or comes to a different conclusion. Without it, we have a config mismatch.

Commit 6048fdcc ("lib/crypto: blake2s: include as built-in") took away a number of prompt texts from other crypto libraries. This makes values flip from built-in to module when oldconfig runs, and causes problems when these crypto libs need to be built in for thingslike BIG_KEYS.

Fixes: 6048fdcc ("lib/crypto: blake2s: include as built-in") Signed-off-by: Justin M. Forbes jforbes@fedoraproject.org

Merge request reports