summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-01-22 21:57:53 +1100
committerDamien Miller <djm@mindrot.org>2002-01-22 21:57:53 +1100
commit6c21c51c487ec31ceb5b81b536c9516c5f20b5b0 (patch)
treee5fba473079d684039e0d6b2f0bd393b3e1b0186 /acconfig.h
parent7b10ef48771bc3649b6e5ea0b021a2270a5d62f8 (diff)
- (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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/acconfig.h b/acconfig.h
index 766a92687..caf30149f 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.120 2001/12/07 17:20:48 mouring Exp $ */ 1/* $Id: acconfig.h,v 1.121 2002/01/22 10:57:54 djm Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -86,9 +86,6 @@
86/* Define if you want IRIX kernel jobs */ 86/* Define if you want IRIX kernel jobs */
87#undef WITH_IRIX_JOBS 87#undef WITH_IRIX_JOBS
88 88
89/* Location of random number pool */
90#undef RANDOM_POOL
91
92/* Location of PRNGD/EGD random number socket */ 89/* Location of PRNGD/EGD random number socket */
93#undef PRNGD_SOCKET 90#undef PRNGD_SOCKET
94 91
@@ -326,6 +323,9 @@
326/* Define if you want smartcard support */ 323/* Define if you want smartcard support */
327#undef SMARTCARD 324#undef SMARTCARD
328 325
326/* Define if you want to use OpenSSL's internally seeded PRNG only */
327#undef OPENSSL_PRNG_ONLY
328
329@BOTTOM@ 329@BOTTOM@
330 330
331/* ******************* Shouldn't need to edit below this line ************** */ 331/* ******************* Shouldn't need to edit below this line ************** */