Skip to content

Commit

Permalink
Allow OpenSSL 3.3
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Jul 19, 2024
1 parent 0251cb1 commit 66c3167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easytls
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ verify_openssl () {
openssl_version="${openssl_version%% *}"
[ "${#openssl_version}" -lt 4 ] || openssl_version="${openssl_version%.*}"
case "${openssl_version}" in
3.0|3.1|3.2) openssl_version=3 ;;
3.0|3.1|3.2|3.3) openssl_version=3 ;;
1.1) openssl_version=1 ;;
*) die "Unsupported OpenSSL version: ${openssl_version}"
esac
Expand Down

0 comments on commit 66c3167

Please sign in to comment.