From 2ef13230cb81ce54eec5ac86c16a54e76e6d7ad9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 6 Mar 2001 00:04:58 +0000 Subject: new seeding stuff as mentioned by Albert Chin --- acconfig.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 1ec870a78..8f39d3c36 100644 --- a/acconfig.h +++ b/acconfig.h @@ -43,3 +43,8 @@ /* Define this to 'int' if ssize_t is not an available typedefed type */ #undef ssize_t +/* Define this as a suitable file to read random data from */ +#undef RANDOM_FILE + +/* Define this to your Entropy Gathering Daemon socket pathname */ +#undef EGD_SOCKET -- cgit v1.2.3