Disable HMAC in RHEL 9+
RHEL 9 and later include nettle in the gnutls module boundary, and HMAC is calculated there with its own tool.
This commit is contained in:
parent
551953a4af
commit
c407dead8c
@ -11,7 +11,11 @@
|
|||||||
%global hogweed_so_ver_old 5
|
%global hogweed_so_ver_old 5
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# RHEL 9 and later include nettle in the gnutls module boundary,
|
||||||
|
# and HMAC is calculated there with its own tool.
|
||||||
|
%if %{defined rhel} && 0%{?rhel} < 9
|
||||||
%bcond_without fips
|
%bcond_without fips
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: nettle
|
Name: nettle
|
||||||
Version: 3.9.1
|
Version: 3.9.1
|
||||||
|
Loading…
Reference in New Issue
Block a user