gcrypt: Remove limited crypto plugin
This has not seen any significant changes for years. So it lacks support for modern algorithms and would require quite some work for an overhaul. Given that we support several other crypto backends, let's just remove this to reduce the maintenance burden. The test scenarios and other references are also removed.
This commit is contained in:
@@ -48,7 +48,7 @@ esac
|
||||
SERVICES="apache2 dbus isc-dhcp-server slapd bind9 freeradius"
|
||||
INC=$INC,${SERVICES// /,}
|
||||
# packages to install via APT, for SWIMA tests
|
||||
APT1="libgcrypt20-dev traceroute iptables"
|
||||
APT1="traceroute iptables"
|
||||
APT="tmux"
|
||||
# additional services to disable
|
||||
case "$BASEIMGSUITE" in
|
||||
|
||||
@@ -68,7 +68,6 @@ CONFIG_OPTS = \
|
||||
--enable-leak-detective \
|
||||
--enable-load-tester \
|
||||
--enable-test-vectors \
|
||||
--enable-gcrypt \
|
||||
--enable-socket-default \
|
||||
--enable-socket-dynamic \
|
||||
--enable-dhcp \
|
||||
|
||||
Reference in New Issue
Block a user