mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-27 02:36:37 +02:00
501d93d6ea
DH parameters files must be encoded in PEM format, and the path is set using the ssl::dh config setting. This is based on a patch submitted by wolfwood, with some modifications to avoid using stdio unnecessarily and to avoid code duplication.