easyrs_openssl(): Correct comment only
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
parent
808b025f8a
commit
3ce9272e3a
@ -781,7 +781,7 @@ escape_hazard - Failed to source temp-file"
|
||||
easyrsa_openssl() {
|
||||
openssl_command="$1"; shift
|
||||
|
||||
# Do not allow 'rand' here because it interferes with EASYRSA_DEBUG
|
||||
# Do not allow 'rand' here, see easyrsa_random()
|
||||
case "$openssl_command" in
|
||||
rand) die "easyrsa_openssl: Illegal SSL command: rand" ;;
|
||||
makesafeconf) require_safe_ssl_conf=1 ;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user