Skip to content

Commit

Permalink
verify_working_env(): Minor clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
  • Loading branch information
TinCanTech committed Dec 8, 2023
1 parent a617f79 commit ca62e66
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -5286,9 +5286,8 @@ verify_working_env() {
# Verify PKI is initialised
verify_pki_init

# Temp dir session
secure_session || die "\
verify_working_env - secure-session failed"
# Temp dir session and default SSL conf file
secure_session

# Verify selected algorithm and parameters
verify_algo_params
Expand All @@ -5297,7 +5296,6 @@ verify_working_env - secure-session failed"
if [ "$require_ca" ]; then
verify_ca_init
fi

fi
verbose "verify_working_env: COMPLETED Handover-to: $cmd"
} # => verify_working_env()
Expand Down

0 comments on commit ca62e66

Please sign in to comment.