azure-c-shared-utility
azure-c-shared-utility copied to clipboard
Relax the range checks on the OpenSSL version
OpenSSL 3.0 has a high degree of API compatibility with the 1.1.1 branch, so the 1.1 code branches are also valid for higher versions.
Note that this patch does not address the deprecation warnings introduced by OpenSSL 3.0.
This patch has been written when looking into the build failure of azure-uamqp-python in Ubuntu due to our transition to OpenSSL3. It will be shipped in the affected package.
@schopin-pro, this should now be fixed by #604. We have tested the library builds and works on Ubuntu 22.04 (thanks @danewalton !).