summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-07-18 20:41:28 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-07-18 20:41:28 +0000
commit7a0a7f9635ad77eaa0a0300bc64ebadee3830962 (patch)
tree00af6268ff97a00f31c8ca9e41c6cd36c93310b1 /include
parentd2b88476ce99f305b14dc2f02caf2f66a67b02e3 (diff)
- 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
Diffstat (limited to 'include')
-rw-r--r--include/conf.h2
1 files changed, 0 insertions, 2 deletions
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;