mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
Document $keyopts
Shellcheck complains on line 2234 that keyopts is referenced but not assigned and there is no explanation in the code (or in the documentation) why "$keyopts" is there. This commit adds a comment so that "$keyopts" isn't deleted as part of a code cleanup.
This commit is contained in:
parent
dc782a895c
commit
f2a4ee1090
@ -2231,6 +2231,7 @@ s_client_options() {
|
||||
[[ "$1" =~ secp192r1 ]] && options="${options//secp192r1/prime192v1}"
|
||||
[[ "$1" =~ secp256r1 ]] && options="${options//secp256r1/prime256v1}"
|
||||
fi
|
||||
# $keyopts may be set as an environment variable to enable client authentication (see PR #1383)
|
||||
tm_out "$options $keyopts"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user