From af9b01944e1bbf1779210b50717fafdacb4ea6f1 Mon Sep 17 00:00:00 2001 From: Richard Bonhomme Date: Thu, 23 Aug 2018 20:36:48 +0100 Subject: [PATCH] libressl: use make_ssl_config() for easyrsa openssl version check --- easyrsa3/easyrsa | 3 +++ 1 file changed, 3 insertions(+) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 5bb01ba..5d6ffd7 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -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)"