If I build cert_tool with OpenSSL 3, there are a lot of deprecation warnings, such as:
src/sha.c:48:4: warning: ‘SHA256_Update’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 48 | SHA256_Update(&shaContext, data, bytes); | ^~~~~~~~~~~~~
(and others)