diff options
author | djm <djm> | 2002-01-22 10:57:53 +0000 |
---|---|---|
committer | djm <djm> | 2002-01-22 10:57:53 +0000 |
commit | d49ae7c410f65f02109ffdabae87d353e1c4e361 (patch) | |
tree | d3afc112f33aa0c62a8bd642364db919e35257a7 /acconfig.h | |
parent | 9851d455d22c17e054079861cad03dd1dfe84473 (diff) | |
download | openssh-d49ae7c410f65f02109ffdabae87d353e1c4e361.tar.gz |
- (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
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 ************** */ |