The function `unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md)` from OpenSSL is deprecated and therefore generates lots of warnings in the build when compiling against OpenSSL 3.0. Do not treat these warnings as errors, but keep the warning active. This should be reverted once OpenSSL-3.0 support arrives.