libressl: use make_ssl_config() for easyrsa openssl version check
This commit is contained in:
parent
9fafe1c352
commit
af9b01944e
@ -314,6 +314,9 @@ vars_source_check() {
|
||||
[ -n "$EASYRSA_PKI" ] || die "\
|
||||
EASYRSA_PKI env-var undefined"
|
||||
|
||||
# make safessl-easyrsa.cnf
|
||||
make_ssl_config
|
||||
|
||||
# Verify EASYRSA_OPENSSL command gives expected output
|
||||
if [ -z "$EASYRSA_SSL_OK" ]; then
|
||||
val="$("$EASYRSA_OPENSSL" version)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user