diff options
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | loginrec.c | 8 |
2 files changed, 7 insertions, 3 deletions
@@ -52,7 +52,7 @@ http://www.sparc.spb.su/solaris/skey/ | |||
52 | 52 | ||
53 | If you wish to use --with-skey then you will need the above library | 53 | If you wish to use --with-skey then you will need the above library |
54 | installed. No other current S/Key library is currently known to be | 54 | installed. No other current S/Key library is currently known to be |
55 | supported. (If it fails to compile copy the sha1.h to the openssh directory | 55 | supported. |
56 | 56 | ||
57 | 2. Building / Installation | 57 | 2. Building / Installation |
58 | -------------------------- | 58 | -------------------------- |
diff --git a/loginrec.c b/loginrec.c index 09dea55b9..910524d18 100644 --- a/loginrec.c +++ b/loginrec.c | |||
@@ -143,7 +143,7 @@ | |||
143 | ** Solaris | 143 | ** Solaris |
144 | ** HP-UX 10.20 (gcc only) | 144 | ** HP-UX 10.20 (gcc only) |
145 | ** IRIX | 145 | ** IRIX |
146 | ** NeXT - M68k/HPPA (4.2/3.3) | 146 | ** NeXT - M68k/HPPA/Sparc (4.2/3.3) |
147 | ** | 147 | ** |
148 | ** Testing required: Please send reports! | 148 | ** Testing required: Please send reports! |
149 | ** NetBSD | 149 | ** NetBSD |
@@ -161,7 +161,11 @@ | |||
161 | #include "xmalloc.h" | 161 | #include "xmalloc.h" |
162 | #include "loginrec.h" | 162 | #include "loginrec.h" |
163 | 163 | ||
164 | RCSID("$Id: loginrec.c,v 1.26 2000/09/30 10:34:44 djm Exp $"); | 164 | RCSID("$Id: loginrec.c,v 1.27 2000/11/10 03:28:31 mouring Exp $"); |
165 | |||
166 | #ifdef HAVE_UTIL_H | ||
167 | # include <util.h> | ||
168 | #endif | ||
165 | 169 | ||
166 | /** | 170 | /** |
167 | ** prototypes for helper functions in this file | 171 | ** prototypes for helper functions in this file |