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
%autosetup -n samba-%{version}%{pre_release} -p1
# Ensure we rely on GnuTLS and do not build any other crypto code shipping with
# the sources.
rm -rf third_party/{aesni-intel,heimdal}
rm -f lib/crypto/{aes,rijndael}*.c
# Make sure we do not build with heimdal code
rm -rfv third_party/heimdal
%build
%if %{with includelibs}