summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordamien <damien>2000-03-02 12:09:20 +0000
committerdamien <damien>2000-03-02 12:09:20 +0000
commit66d474113d3ea2aa0eaa489952fe6b1980bfb447 (patch)
treec75dbf6ce9621838f82021f2a16487b4796e5ed8 /TODO
parent21e37bc988a20928f96d9c0a45b727f27143d8e9 (diff)
downloadopenssh-66d474113d3ea2aa0eaa489952fe6b1980bfb447.tar.gz
- 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--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 4a92ad99..bf05334b 100644
--- a/TODO
+++ b/TODO
@@ -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.