mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-30 06:04:18 +01:00
Adjust comments about SEED synchronisation
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
54d95b1722
commit
e4a5c05d49
@ -162,7 +162,11 @@ pre_initialize_variables () {
|
|||||||
YOTTA=1
|
YOTTA=1
|
||||||
|
|
||||||
# Seed value used with the --release-test option.
|
# Seed value used with the --release-test option.
|
||||||
# !!! Keep this in sync with SEED in basic-build-test.sh !!!
|
#
|
||||||
|
# See also RELEASE_SEED in basic-build-test.sh. Debugging is easier if
|
||||||
|
# both values are kept in sync. If you change the value here because it
|
||||||
|
# breaks some tests, you'll definitely want to change it in
|
||||||
|
# basic-build-test.sh as well.
|
||||||
RELEASE_SEED=1
|
RELEASE_SEED=1
|
||||||
|
|
||||||
# Default commands, can be overridden by the environment
|
# Default commands, can be overridden by the environment
|
||||||
|
@ -84,7 +84,10 @@ fi
|
|||||||
: ${GNUTLS_LEGACY_SERV:="$GNUTLS_SERV"}
|
: ${GNUTLS_LEGACY_SERV:="$GNUTLS_SERV"}
|
||||||
|
|
||||||
# Used to make ssl-opt.sh deterministic.
|
# Used to make ssl-opt.sh deterministic.
|
||||||
# !!! Keep this in sync with RELEASE_SEED in all.sh !!!
|
#
|
||||||
|
# See also RELEASE_SEED in all.sh. Debugging is easier if both values are kept
|
||||||
|
# in sync. If you change the value here because it breaks some tests, you'll
|
||||||
|
# definitely want to change it in all.sh as well.
|
||||||
: ${SEED:=1}
|
: ${SEED:=1}
|
||||||
export SEED
|
export SEED
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user