1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-02 22:43:13 +02:00

Remove support for EGD (Entropy Gathering Daemon). Nobody uses this and it only causes issues with LibreSSL.

This commit is contained in:
Bram Matthys
2016-04-03 15:15:12 +02:00
parent 8527f8720b
commit 8d562ededb
5 changed files with 2 additions and 34 deletions
-2
View File
@@ -1216,8 +1216,6 @@ int stats_set(aClient *sptr, char *para)
sendto_one(sptr, ":%s %i %s :anti-spam-quit-message-time: %s", me.name, RPL_TEXT,
sptr->name, pretty_time_val(ANTI_SPAM_QUIT_MSG_TIME));
sendto_one(sptr, ":%s %i %s :channel-command-prefix: %s", me.name, RPL_TEXT, sptr->name, CHANCMDPFX ? CHANCMDPFX : "`");
sendto_one(sptr, ":%s %i %s :ssl::egd: %s", me.name, RPL_TEXT,
sptr->name, EGD_PATH ? EGD_PATH : (USE_EGD ? "1" : "0"));
sendto_one(sptr, ":%s %i %s :ssl::certificate: %s", me.name, RPL_TEXT,
sptr->name, SSL_SERVER_CERT_PEM);
sendto_one(sptr, ":%s %i %s :ssl::key: %s", me.name, RPL_TEXT,