Merge branch 'TinCanTech-master' #507

Add SSL Library version 2 to easyrsa_openssl()

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2022-03-25 19:04:43 +00:00
commit 6deae0823e
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