slight change in wording to "problem" for #817

This commit is contained in:
Dirk 2017-08-29 16:04:05 +02:00
parent 515844208f
commit 5f2043eb02
1 changed files with 1 additions and 1 deletions

View File

@ -5066,7 +5066,7 @@ determine_trust() {
[[ $OSSL_VER_MAJOR.$OSSL_VER_MINOR != "1.1.0" ]] && \
[[ $OSSL_VER_MAJOR.$OSSL_VER_MINOR != "1.1.1" ]]; then
addtl_warning="(Your $OPENSSL <= 1.0.2 might be too unreliable to determine trust)"
fileout "${json_prefix}chain_of_trust_warn" "WARN" "$addtl_warning"
fileout "${json_prefix}chain_of_trust_Problem" "WARN" "$addtl_warning"
fi
debugme tmln_out