mirror of
https://github.com/Xahau/xahaud.git
synced 2026-06-03 08:46:36 +00:00
Add OPENSSL_SUPPRESS_DEPRECATED compile definition to silence ~30 deprecation warnings for legacy OpenSSL APIs (SHA512_Init/Update/Final, SHA256_*, RIPEMD160_*, RSA_* functions). This matches upstream rippled's approach. Full migration to OpenSSL 3.x EVP APIs will be done when upstream migrates. Closes #602