From c2e0e8ff48276d12da55de619d9c0964fc35fd3b Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sun, 26 Mar 2023 14:40:32 +0200 Subject: [PATCH] pygoscelis: Disable CONFIG_CRYPTO_MD5 --- pygoscelis-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygoscelis-config b/pygoscelis-config index 0e17802..17f40c9 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -5023,7 +5023,7 @@ CONFIG_CRYPTO_CMAC=y CONFIG_CRYPTO_GHASH=y CONFIG_CRYPTO_HMAC=y # CONFIG_CRYPTO_MD4 is not set -CONFIG_CRYPTO_MD5=y +# CONFIG_CRYPTO_MD5 is not set # CONFIG_CRYPTO_MICHAEL_MIC is not set # CONFIG_CRYPTO_POLY1305 is not set # CONFIG_CRYPTO_RMD160 is not set