Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid array subscript error when checking OpenSSL versions
If none of Homebrew OpenSSL versions satisfy the `needs_openssl` requirement, array iteration will reach `index=-1` and that will raise a non-fatal error when accessing the `versions` array. This makes sure not to go past index=0.
- Loading branch information