SC1147, remove local call

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
This commit is contained in:
Eric F Crist 2018-12-11 20:21:03 -06:00
parent 391948f267
commit 272ee0ea89
No known key found for this signature in database
GPG Key ID: 72964219390D0D0E

View File

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