The MD5_Init/Update/Final functions are deprecated in OpenSSL 3.0 and result in a compile-time warning. Due to the default usage of -Werror during compilation, these warnings are treated as errors and prevent the SDK from being built on Ubuntu 22.04, which ships with OpenSSL by default. The deprecated APIs should be replaced by the EVP APIs, which are already in use for the SHA family of functions, and supported on all versions of OpenSSL. |
||
|---|---|---|
| .. | ||
| azure-core | ||
| azure-core-test | ||
| perf | ||
| ci.yml | ||
| CMakeLists.txt | ||