Revert beecrypt->openssl: --with-usecrypto=XXX DOES NOTHING in RPM5! Beecrypt is still used!

Revert "Switch to OpenSSL instead of beecrypt: experimental switch to test how it will work; OpenSSL will probably be needed to use GOST checksumming algorithms"
This reverts commit 065c29d87c.
This commit is contained in:
Mikhail Novosyolov 2019-10-03 23:40:24 +03:00
parent 065c29d87c
commit 6be2ae3bc3

View file

@ -65,7 +65,7 @@ Summary: The RPM package management system
Name: rpm Name: rpm
Epoch: 1 Epoch: 1
Version: %{libver}.%{minorver} Version: %{libver}.%{minorver}
Release: 101.git%{short_commit} Release: 102.git%{short_commit}
License: LGPLv2.1+ License: LGPLv2.1+
Group: System/Configuration/Packaging Group: System/Configuration/Packaging
Url: http://rpm5.org/ Url: http://rpm5.org/
@ -666,7 +666,7 @@ tar -zxf %{SOURCE3} -C cpu-os-macros
--with-file=external \ --with-file=external \
--with-path-magic=%{_datadir}/misc/magic.mgc \ --with-path-magic=%{_datadir}/misc/magic.mgc \
--with-beecrypt=external \ --with-beecrypt=external \
--with-usecrypto=openssl \ --with-usecrypto=beecrypt \
--with-keyutils=external \ --with-keyutils=external \
--with-neon=external \ --with-neon=external \
--with-acl \ --with-acl \