Disable SRV_C for client measurement

This commit is contained in:
Manuel Pégourié-Gonnard 2014-12-01 17:56:03 +01:00
parent c6dbc8eb84
commit 92471fb3e5

View file

@ -41,6 +41,7 @@ do_config()
echo ""
echo "config-$NAME:"
cp configs/config-$NAME.h $CONFIG_H
scripts/config.pl unset POLARSSL_SSL_SRV_C
for FLAG in $UNSET_LIST; do
scripts/config.pl unset $FLAG