summaryrefslogtreecommitdiffstats
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 766a9268..caf30149 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 ************** */