Commit 2dbcda9
committed
open pr: handle OpenSSL's underscores correctly
The most recent OpenSSL release was announced with underscores in their
version numbers, for some reason, e.g. 1_1_1t.
We already have logic to turn them into dots, but we only handled the
first underscore (reporting a version number `1.1_1t`, see
git-for-windows/MSYS2-packages#83 for an example
with a botched version).
Let's handle all of them underscores, not just the first one. Even if
OpenSSL seems to have re-announced the version with dots now:
git-for-windows/git#4277 (comment)
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent c3ef847 commit 2dbcda9
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments