Add SSL Library version 2 to easyrsa_openssl()

Closes: #504

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2022-03-25 18:52:23 +00:00
parent f08d9a3cf9
commit ed7380bab8
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -362,7 +362,7 @@ easyrsa_openssl() {
*) : ;; # ok
esac
;;
1) : ;; # ok
1|2) : ;; # ok - LibreSSL 2.x
'') : ;; # Unset then this is init-pki
*) die "Unsupported openssl version: $osslv_major"
esac