mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Enable SSLv3 in the full config
It's deprecated, but not otherwise counter-indicated for the full config: it doesn't conflict with anything and enabling it doesn't make testing harder (especially since it defaults off in compat.sh). Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
@ -68,9 +68,6 @@ export LDFLAGS=' --coverage'
|
||||
make clean
|
||||
cp "$CONFIG_H" "$CONFIG_BAK"
|
||||
scripts/config.py full
|
||||
# Enable some deprecated features that are not in the
|
||||
# full config, but are compatible with it and have tests.
|
||||
scripts/config.py set MBEDTLS_SSL_PROTO_SSL3
|
||||
make -j
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user