The AES crypto code has been removed
We use GnuTLS for everything now.
This commit is contained in:
parent
691752e56b
commit
86c73e995b
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user