From ed7380bab8879d9bae56d6a1487eaa142f6ac855 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Fri, 25 Mar 2022 18:52:23 +0000 Subject: [PATCH] Add SSL Library version 2 to easyrsa_openssl() Closes: #504 Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 12f8376..adc7fad 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -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