From 1a44c3bb53cd3d52b42798b3195c4a2c12c2379c Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Tue, 24 Jan 2023 11:24:38 +0100 Subject: [PATCH] Disable jitter entropy generator The kernel is using jitter entropy source and using another in libgcrypt does not make much sense as it would be hard to claim it is independent from the kernel one. Resolves: rhbz#2167764 --- libgcrypt.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libgcrypt.spec b/libgcrypt.spec index 39779fe..7233096 100644 --- a/libgcrypt.spec +++ b/libgcrypt.spec @@ -126,6 +126,7 @@ autoreconf -f --enable-noexecstack \ --enable-hmac-binary-check=%{hmackey} \ --disable-brainpool \ + --disable-jent-support \ --enable-digests="$DIGESTS" \ --enable-ciphers="$CIPHERS" \ --with-fips-module-version="$FIPS_MODULE_NAME %{version}-%{srpmhash}"