From 88557aae8c266a90fa2a38f1b18381a649436561 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Sun, 12 Feb 2023 02:37:34 +0000 Subject: [PATCH] build_ca: Initialise get_passphrase() correctly 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 e118c29..90f25f1 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -1272,9 +1272,9 @@ Could not disable echo. Password will be shown on screen!" # Get passphrase get_passphrase() { + t="$1"; shift || die "password malfunction" while :; do r="" - t="$1"; shift || die "password malfunction" printf '\n%s' "$*" hide_read_pass r