diff options
author | Damien Miller <djm@mindrot.org> | 2000-03-02 13:09:20 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-03-02 13:09:20 +0100 |
commit | a22ba0152cebff060be2de75ce2ab52a2442ea73 (patch) | |
tree | c75dbf6ce9621838f82021f2a16487b4796e5ed8 /TODO | |
parent | - Removed SOCKS code. Will support through a ProxyCommand. (diff) | |
download | openssh-a22ba0152cebff060be2de75ce2ab52a2442ea73.tar.xz openssh-a22ba0152cebff060be2de75ce2ab52a2442ea73.zip |
- Big cleanup of autoconf code
- Rearranged to be a little more logical
- Added -R option for Solaris
- Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
to detect library and header location _and_ ensure library has proper
RSA support built in (this is a problem with OpenSSL 0.9.5).
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,3 +10,5 @@ - Move all compatability cruft (bsd-*, fake-*) into subordinate library - Cleanup configure.in + +- A good source of strong random numbers. Waiting on a Yarrow port. |