Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.2k
Commita075267
test: fix OpenSSL version checks
As per the original pull request that introduced the OpenSSL versioncheck in `parallel/test-crypto-dh`:```Error message change is test-only and uses the right error message forversions >=3.0.12 in 3.0.x and >= 3.1.4 in 3.1.x series.```Fix the check so that:- The older message is expected for OpenSSL 3.1.0.- The newer message is expected for OpenSSL from 3.1.4 (e.g. 3.2.x).Refs:#50395PR-URL:#53503Refs:#53382Reviewed-By: Luigi Pinca <luigipinca@gmail.com>1 parent2b70018 commita075267
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
90 |
| - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
91 | 92 |
| |
92 | 93 |
| |
93 | 94 |
| |
|
0 commit comments
Comments
(0)