From 3ce9272e3a45fd77dc44e7e7c0c9f1b664d026f1 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Thu, 8 Dec 2022 02:03:29 +0000 Subject: [PATCH] easyrs_openssl(): Correct comment only Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index f6dc5a8..eda2b64 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -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 ;;