SC1147, remove local call
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
This commit is contained in:
parent
9db151e388
commit
5bc2de6bbf
@ -1144,7 +1144,7 @@ OpenSSL failure to process the input"
|
|||||||
# Prints CA cert details in a readable format
|
# Prints CA cert details in a readable format
|
||||||
show_ca() {
|
show_ca() {
|
||||||
# opts support
|
# opts support
|
||||||
local opts="-certopt no_pubkey,no_sigdump"
|
opts="-certopt no_pubkey,no_sigdump"
|
||||||
while [ -n "$1" ]; do
|
while [ -n "$1" ]; do
|
||||||
case "$1" in
|
case "$1" in
|
||||||
full) opts= ;;
|
full) opts= ;;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user