Skip to content

Commit

Permalink
unit test: Use default OpenSSL
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Aug 25, 2023
1 parent cbfc6f1 commit 541bbe1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions dev/easytls-op-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,17 @@ done

cd "${etls_ut_dir_name}"

dl_ossl3
#dl_ossl3

CURL_TARGET="https://raw.githubusercontent.com/TinCanTech/easy-rsa/master/easyrsa3/easyrsa"
curl -O "$CURL_TARGET" || exit 77

CURL_TARGET="https://raw.githubusercontent.com/TinCanTech/easy-rsa/master/easyrsa3/openssl-easyrsa.cnf"
curl -O "$CURL_TARGET" || exit 77

CURL_TARGET="https://raw.githubusercontent.com/TinCanTech/Prebuilt-OpenVPN/master/src/openvpn/openvpn"
curl -O "$CURL_TARGET" || exit 77

echo

for f in ./easyrsa ./openssl-easyrsa.cnf ./openvpn
Expand All @@ -93,7 +96,8 @@ ls -l
export EASYTLS_OPENVPN="./openvpn"
printf "%s\n" "EASYTLS_OPENVPN=$EASYTLS_OPENVPN"

export EASYRSA_OPENSSL="./openssl"
#export EASYRSA_OPENSSL="./openssl"
export EASYRSA_OPENSSL="openssl"
printf "%s\n" "EASYRSA_OPENSSL=$EASYRSA_OPENSSL"

$EASYTLS_OPENVPN --version
Expand Down

0 comments on commit 541bbe1

Please sign in to comment.