Skip to content

Commit 9e10062

Browse files
committed
Drop file existence check for openssl
Signed-off-by: Richard T Bonhomme <[email protected]>
1 parent 7993351 commit 9e10062

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

easytls

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,12 +1108,6 @@ verify_openvpn () {
11081108

11091109
# Verify Openssl is available
11101110
verify_openssl () {
1111-
# Check for file exists
1112-
if [ ! -f "${EASYRSA_OPENSSL}" ]; then
1113-
print "Missing OpenSSL binary: ${EASYRSA_OPENSSL}"
1114-
return 1
1115-
fi
1116-
11171111
# extract openssl version
11181112
openssl_full_version="$("${EASYRSA_OPENSSL}" version)"
11191113
openssl_version="${openssl_full_version#* }"

0 commit comments

Comments
 (0)