mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package/libopenssl: drop useless option for rc5
Commita83d41867c(package/libopenssl: add option to enable some features) added an option to enable rc5. However, since commit1fff941219(Fixup non-x86 openssl build), dated 2002-12-30, rc5 has always been forcibly disabled in Buildroot. Given that it was unconditionally disabled all this time, and no one complained, it means there is virtually no-one using rc5, so we can just drop the option. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Cc: "GAUTRON, Erwan" <erwan.gautron@bertin.fr> Cc: "Weber, Matthew L Collins" <Matthew.Weber@collins.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
a11b36089b
commit
d7178dd432
@@ -146,6 +146,13 @@ endif
|
||||
|
||||
comment "Legacy options removed in 2022.11"
|
||||
|
||||
config BR2_PACKAGE_LIBOPENSSL_ENABLE_RC5
|
||||
bool "libopenssl rc5 was never enabled"
|
||||
select BR2_LEGACY
|
||||
help
|
||||
The libopenssl option for rc5 never actually enabled rc5,
|
||||
which had always been disabled in Buildroot.
|
||||
|
||||
config BR2_PACKAGE_LIBDCADEC
|
||||
bool "package was deprecated upstream, use ffmpeg instead"
|
||||
select BR2_LEGACY
|
||||
|
||||
Reference in New Issue
Block a user