Skip to content

Commit

Permalink
Move call to verify_ssl_lib() to invocation layer (Simplify)
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Dec 8, 2023
1 parent 75cbe03 commit 1756e7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -5272,9 +5272,6 @@ ${unexpected_error}"

# Verify working environment
verify_working_env() {
# Verify SSL Lib - One time ONLY
verify_ssl_lib

# For commands which 'require a PKI' and PKI exists
if [ "$require_pki" ]; then
# Verify PKI is initialised
Expand Down Expand Up @@ -6029,6 +6026,9 @@ mutual_exclusions
# used by 'help'
locate_support_files

# Verify SSL Lib - One time ONLY
verify_ssl_lib

# Establish PKI and CA initialisation requirements
# This avoids unnecessary warnings and notices
unset -v require_pki require_ca ignore_vars
Expand Down

0 comments on commit 1756e7a

Please sign in to comment.