Hi Damjan, I know it “opens a big can of worms” and is another issue, but upgrading to a newer OpenSSL for Trunk and maybe 4.2 would be a very good thing,
Best, Dave > On Mar 17, 2024, at 4:23 AM, Damjan Jovanovic <dam...@apache.org> wrote: > > Also > that ancient OpenSSL version we use internally, 1.0.x, uses > EVP_MD_CTX_create()/destroy() instead of EVP_MD_CTX_new()/free(). Finally > some template function was unhappy about parameter type ambiguity (even > though superior compilers like Clang are perfectly happy), and I had to add > casts.