summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-03-27 16:10:22 +1000
committerDamien Miller <djm@mindrot.org>2001-03-27 16:10:22 +1000
commit771bbac73327304cbac69ca37e33b5771e01fc17 (patch)
tree47fc453f1ed080f11f2310a942c9c22631c1bf8a /TODO
parentd0fca423fcee576f4787d01f8bad3f9c0efd62ab (diff)
downloadopenssh-git-771bbac73327304cbac69ca37e33b5771e01fc17.tar.gz
more detail about krb4/-lcrypto conflicts
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 8 insertions, 2 deletions
diff --git a/TODO b/TODO
index ea2225ee..cfd68435 100644
--- a/TODO
+++ b/TODO
@@ -2,7 +2,13 @@ Programming:
- Grep for 'XXX' comments and fix
- Link order is incorrect for some systems using Kerberos 4 and AFS. Result
-is multiple inclusion of DES symbols.
+ is multiple inclusion of DES symbols. Holger Trapp
+ <holger.trapp@hrz.tu-chemnitz.de> reports that changing the configure
+ generated link order from:
+ -lresolv -lkrb -lz -lnsl -lutil -lkafs -lkrb -ldes -lcrypto
+ to:
+ -lresolv -lkrb -lz -lnsl -lutil -lcrypto -lkafs -lkrb -ldes
+ fixing the problem.
- Integrate contrib/mdoc2man.pl so platforms which only have the troff
'an' macros can have readable manpages.
@@ -82,4 +88,4 @@ Packaging:
- HP-UX: Provide DEPOT package scripts.
(gilbert.r.loomis@saic.com)
-$Id: TODO,v 1.39 2001/03/21 00:12:55 djm Exp $
+$Id: TODO,v 1.40 2001/03/27 06:10:22 djm Exp $