From f7517ad4b6d03ae878a0b62a528a33518fc341a9 Mon Sep 17 00:00:00 2001 From: Mike Pagano Date: Thu, 2 Mar 2017 11:16:08 -0500 Subject: Enable crypto API for systemd as its required for systemd versions >= 233. See bug #611368. --- 4567_distro-Gentoo-Kconfig.patch | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 4a88040f..5555b8ae 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -7,9 +7,9 @@ +source "distro/Kconfig" + source "arch/$SRCARCH/Kconfig" ---- /dev/null 2017-02-18 04:25:56.900821893 -0500 -+++ b/distro/Kconfig 2017-02-18 10:41:16.512328155 -0500 -@@ -0,0 +1,142 @@ +--- /dev/null 2017-03-02 01:55:04.096566155 -0500 ++++ b/distro/Kconfig 2017-03-02 11:12:05.049448255 -0500 +@@ -0,0 +1,145 @@ +menu "Gentoo Linux" + +config GENTOO_LINUX @@ -114,6 +114,9 @@ + select BLK_DEV_BSG + select CGROUPS + select CHECKPOINT_RESTORE ++ select CRYPTO_HMAC ++ select CRYPTO_SHA256 ++ select CRYPTO_USER_API_HASH + select DEVPTS_MULTIPLE_INSTANCES + select DMIID if X86_32 || X86_64 || X86 + select EPOLL -- cgit v1.2.3-65-gdbad