easyrs_openssl(): Correct comment only

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2022-12-08 02:03:29 +00:00
parent 808b025f8a
commit 3ce9272e3a
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -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 ;;