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
This commit is contained in:
parent
de7c377ef9
commit
1a44c3bb53
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user