mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-08 07:28:58 +01:00
Disable SRV_C for client measurement
This commit is contained in:
parent
c6dbc8eb84
commit
92471fb3e5
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ do_config()
|
||||||
echo ""
|
echo ""
|
||||||
echo "config-$NAME:"
|
echo "config-$NAME:"
|
||||||
cp configs/config-$NAME.h $CONFIG_H
|
cp configs/config-$NAME.h $CONFIG_H
|
||||||
|
scripts/config.pl unset POLARSSL_SSL_SRV_C
|
||||||
|
|
||||||
for FLAG in $UNSET_LIST; do
|
for FLAG in $UNSET_LIST; do
|
||||||
scripts/config.pl unset $FLAG
|
scripts/config.pl unset $FLAG
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue