From 7a0a7f9635ad77eaa0a0300bc64ebadee3830962 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 18 Jul 2014 20:41:28 +0000 Subject: - Cleaned up and sanitized /challenge relatedcode - rsa.c:get_randomness(): removed EGD support; also don't fall back to RAND_pseudo_bytes() if RAND_bytes() fails. If RAND_bytes() fails, just reject the /challenge request. git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@4257 82007160-df01-0410-b94d-b575c5fd34c7 --- include/conf.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/conf.h b/include/conf.h index b8c8ee9..85ca5e6 100644 --- a/include/conf.h +++ b/include/conf.h @@ -217,7 +217,6 @@ struct config_file_entry char *mpath; char *rpath; - char *egdpool_path; char *service_name; int gline_min_cidr; @@ -263,7 +262,6 @@ struct config_file_entry int default_floodcount; /* 0 == don't use throttle... */ int throttle_time; - int use_egd; int ping_cookie; int disable_auth; int cycle_on_host_change; -- cgit