mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-29 20:06:37 +02:00
bd0dea4a0e
This does two things: * We now only compile src/openssl_hostname_validation.c on really old OpenSSL's. This was already unused/dead code for most OpenSSL's but we always compiled it in until now. * Added 'const' to please OpenSSL 4.0.0 while not breaking OpenSSL 1.0.x. And yeah i'm happy to drop OpenSSL 1.0.x support real soon... but not this month yet.