mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
Fix typo
This commit is contained in:
parent
9ad1492236
commit
63d02688bc
@ -5091,7 +5091,7 @@ extract_new_tls_extensions() {
|
|||||||
# check to see if any new TLS extensions were returned and add any new ones to TLS_EXTENSIONS
|
# check to see if any new TLS extensions were returned and add any new ones to TLS_EXTENSIONS
|
||||||
while read -d "\"" -r line; do
|
while read -d "\"" -r line; do
|
||||||
if [[ $line != "" ]] && [[ ! "$TLS_EXTENSIONS" =~ "$line" ]]; then
|
if [[ $line != "" ]] && [[ ! "$TLS_EXTENSIONS" =~ "$line" ]]; then
|
||||||
#FIXME: This is a string of quoted strings, so this seems to deterime the output format already. Better e.g. would be an array
|
#FIXME: This is a string of quoted strings, so this seems to determine the output format already. Better e.g. would be an array
|
||||||
TLS_EXTENSIONS+=" \"${line}\""
|
TLS_EXTENSIONS+=" \"${line}\""
|
||||||
fi
|
fi
|
||||||
done <<<$tls_extensions
|
done <<<$tls_extensions
|
||||||
|
Loading…
Reference in New Issue
Block a user