From d93eafb84be699f7923b53e19a0142003c98bb23 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Mon, 11 Dec 2023 20:18:33 +0100 Subject: [PATCH] pygoscelis: Enable CONFIG_CRYPTO_USER_API_AEAD as module bluez complained (resp. the Gentoo bluez package). --- pygoscelis-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygoscelis-config b/pygoscelis-config index d0b2ac8..2bf4265 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -5168,7 +5168,7 @@ CONFIG_CRYPTO_USER_API_HASH=y CONFIG_CRYPTO_USER_API_SKCIPHER=y CONFIG_CRYPTO_USER_API_RNG=y # CONFIG_CRYPTO_USER_API_RNG_CAVP is not set -# CONFIG_CRYPTO_USER_API_AEAD is not set +CONFIG_CRYPTO_USER_API_AEAD=m # CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE is not set # CONFIG_CRYPTO_STATS is not set # end of Userspace interface