| commit | 6c21c51c487ec31ceb5b81b536c9516c5f20b5b0 | [log] [download] |
|---|---|---|
| author | Damien Miller <djm@mindrot.org> | Tue Jan 22 21:57:53 2002 +1100 |
| committer | Damien Miller <djm@mindrot.org> | Tue Jan 22 21:57:53 2002 +1100 |
| tree | e5fba473079d684039e0d6b2f0bd393b3e1b0186 | |
| parent | 7b10ef48771bc3649b6e5ea0b021a2270a5d62f8 [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