From 595da4e6ed75903702935ea05ca109dc89d31828 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Mon, 12 Jun 2023 10:42:49 +0200 Subject: [PATCH] Disable jitter entropy generator to follow RHEL changes --- libgcrypt.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libgcrypt.spec b/libgcrypt.spec index 899e3f9..e2fdf1b 100644 --- a/libgcrypt.spec +++ b/libgcrypt.spec @@ -83,6 +83,7 @@ autoreconf -f %endif --enable-noexecstack \ --enable-hmac-binary-check=%{hmackey} \ + --disable-jent-support \ --enable-digests="$DIGESTS" \ --enable-ciphers="$CIPHERS" \ --with-fips-module-version="$FIPS_MODULE_NAME %{version}-%{srpmhash}"