From 272ee0ea896f731f5bc03ee4d5bf248bff817c97 Mon Sep 17 00:00:00 2001 From: Eric F Crist Date: Tue, 11 Dec 2018 20:21:03 -0600 Subject: [PATCH] SC1147, remove local call Signed-off-by: Eric F Crist --- easyrsa3/easyrsa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 990b469..fb03ec5 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -1144,7 +1144,7 @@ OpenSSL failure to process the input" # Prints CA cert details in a readable format show_ca() { # opts support - local opts="-certopt no_pubkey,no_sigdump" + opts="-certopt no_pubkey,no_sigdump" while [ -n "$1" ]; do case "$1" in full) opts= ;;