Skip to content

Commit

Permalink
Include OpenSSL v3.2.x in supported versions
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Feb 22, 2024
1 parent c006515 commit 0cfe916
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) openssl_version=3 ;;
3.0|3.1|3.2) openssl_version=3 ;;
1.1) openssl_version=1 ;;
*) die "Unsupported OpenSSL version: ${openssl_version}"
esac
Expand Down

0 comments on commit 0cfe916

Please sign in to comment.