The AES crypto code has been removed

We use GnuTLS for everything now.
This commit is contained in:
Andreas Schneider 2024-02-09 09:29:46 +01:00
parent 691752e56b
commit 86c73e995b

View File

@ -1222,10 +1222,8 @@ xzcat %{SOURCE0} | gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} -
%endif %endif
%autosetup -n samba-%{version}%{pre_release} -p1 %autosetup -n samba-%{version}%{pre_release} -p1
# Ensure we rely on GnuTLS and do not build any other crypto code shipping with # Make sure we do not build with heimdal code
# the sources. rm -rfv third_party/heimdal
rm -rf third_party/{aesni-intel,heimdal}
rm -f lib/crypto/{aes,rijndael}*.c
%build %build
%if %{with includelibs} %if %{with includelibs}