mirror of
				https://github.com/Xahau/xahaud.git
				synced 2025-11-04 10:45:50 +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