Commit ad8684d
David Cooper
Fix OpenSSL version check
Before version 3.0.0, OpenSSL versions includes letters (e.g., 1.1.1w). Such version numbers confuse [[ ${OSSL_VER//./} -ge 210 ]]. Since this check is only needed for LibreSSL, this commit adds a conditional so that the check is only performed for LibreSSL.1 parent 73be4f7 commit ad8684d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20622 | 20622 | | |
20623 | 20623 | | |
20624 | 20624 | | |
20625 | | - | |
| 20625 | + | |
20626 | 20626 | | |
20627 | 20627 | | |
20628 | 20628 | | |
| |||
0 commit comments