Skip to content

Commit

Permalink
Move OpenSSL Version message to verify_ssl_lib() at verbose level
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 6b6568d commit a617f79
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,11 @@ $error_msg"
;;
*) die "Unexpected SSL version: $osslv_major"
esac

# Message
verbose "
Using SSL:
* $EASYRSA_OPENSSL $ssl_version"
} # => verify_ssl_lib()

# Basic sanity-check of PKI init and complain if missing
Expand Down Expand Up @@ -5293,11 +5298,6 @@ verify_working_env - secure-session failed"
verify_ca_init
fi

# Last setup msg
information "
Using SSL:
* $EASYRSA_OPENSSL $ssl_version"

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

0 comments on commit a617f79

Please sign in to comment.