]> andersk Git - openssh.git/commitdiff
Two Ooops. =)
authormouring <mouring>
Fri, 10 Nov 2000 03:28:31 +0000 (03:28 +0000)
committermouring <mouring>
Fri, 10 Nov 2000 03:28:31 +0000 (03:28 +0000)
 - INSTALL minor correction for s/key
 - and I forgot to submit loginrec.c  even after I put it in the ChangeLog =)

INSTALL
loginrec.c

diff --git a/INSTALL b/INSTALL
index 577a667e80b40f57975e91a5f7dc909e73bdb9b2..340c6d6b7a3e4cb6fac2eaf205321162da14e280 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -52,7 +52,7 @@ http://www.sparc.spb.su/solaris/skey/
 
 If you wish to use --with-skey then you will need the above library
 installed.  No other current S/Key library is currently known to be
-supported. (If it fails to compile copy the sha1.h to the openssh directory
+supported. 
 
 2. Building / Installation
 --------------------------
index d6aa0cfc336b0378ce4d987cda77e8f931e2aefc..362c9facfe6a8a9016f33bdbea513c38f273f3f3 100644 (file)
  **   Solaris
  **   HP-UX 10.20 (gcc only)
  **   IRIX
- **    NeXT - M68k/HPPA (4.2/3.3)
+ **   NeXT - M68k/HPPA/Sparc (4.2/3.3)
  **
  ** Testing required: Please send reports!
  **   NetBSD
 
 RCSID("$Id$");
 
+#ifdef HAVE_UTIL_H
+#  include <util.h>
+#endif
+
 /**
  ** prototypes for helper functions in this file
  **/
This page took 0.049985 seconds and 5 git commands to generate.