From 6c21c51c487ec31ceb5b81b536c9516c5f20b5b0 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 22 Jan 2002 21:57:53 +1100 Subject: - (djm) autoconf hacking: - We don't support --without-zlib currently, so don't allow it. - Rework cryptographic random number support detection. We now detect whether OpenSSL seeds itself. If it does, then we don't bother with the ssh-rand-helper program. You can force the use of ssh-rand-helper using the --with-rand-helper configure argument - Simplify and clean up ssh-rand-helper configuration --- acconfig.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 766a92687..caf30149f 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,4 +1,4 @@ -/* $Id: acconfig.h,v 1.120 2001/12/07 17:20:48 mouring Exp $ */ +/* $Id: acconfig.h,v 1.121 2002/01/22 10:57:54 djm Exp $ */ #ifndef _CONFIG_H #define _CONFIG_H @@ -86,9 +86,6 @@ /* Define if you want IRIX kernel jobs */ #undef WITH_IRIX_JOBS -/* Location of random number pool */ -#undef RANDOM_POOL - /* Location of PRNGD/EGD random number socket */ #undef PRNGD_SOCKET @@ -326,6 +323,9 @@ /* Define if you want smartcard support */ #undef SMARTCARD +/* Define if you want to use OpenSSL's internally seeded PRNG only */ +#undef OPENSSL_PRNG_ONLY + @BOTTOM@ /* ******************* Shouldn't need to edit below this line ************** */ -- cgit v1.2.3