Commit c8bfe90
committed
Relax the OpenSSL runtime version check
Allowing the runtime minor version to be higher than the one the code
was compiled against.
For instance, code was compiled with OpenSSL 3.0.x, but runtime has
3.2.x. Higher minor versions should be compatible with previous
versions: https://openssl-library.org/policies/general/versioning-policy/
Signed-off-by: Jonh Wendell <jwendell@redhat.com>1 parent f186af6 commit c8bfe90
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
520 | 520 | | |
521 | 521 | | |
522 | 522 | | |
523 | | - | |
524 | | - | |
| 523 | + | |
| 524 | + | |
525 | 525 | | |
526 | 526 | | |
527 | 527 | | |
| |||
0 commit comments