mirror of git://anongit.mindrot.org/openssh.git
Two Ooops. =)
- INSTALL minor correction for s/key - and I forgot to submit loginrec.c even after I put it in the ChangeLog =)
This commit is contained in:
parent
305fb0018a
commit
dcca981e88
2
INSTALL
2
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
|
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
|
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
|
2. Building / Installation
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
|
@ -143,7 +143,7 @@
|
||||||
** Solaris
|
** Solaris
|
||||||
** HP-UX 10.20 (gcc only)
|
** HP-UX 10.20 (gcc only)
|
||||||
** IRIX
|
** IRIX
|
||||||
** NeXT - M68k/HPPA (4.2/3.3)
|
** NeXT - M68k/HPPA/Sparc (4.2/3.3)
|
||||||
**
|
**
|
||||||
** Testing required: Please send reports!
|
** Testing required: Please send reports!
|
||||||
** NetBSD
|
** NetBSD
|
||||||
|
@ -161,7 +161,11 @@
|
||||||
#include "xmalloc.h"
|
#include "xmalloc.h"
|
||||||
#include "loginrec.h"
|
#include "loginrec.h"
|
||||||
|
|
||||||
RCSID("$Id: loginrec.c,v 1.26 2000/09/30 10:34:44 djm Exp $");
|
RCSID("$Id: loginrec.c,v 1.27 2000/11/10 03:28:31 mouring Exp $");
|
||||||
|
|
||||||
|
#ifdef HAVE_UTIL_H
|
||||||
|
# include <util.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
** prototypes for helper functions in this file
|
** prototypes for helper functions in this file
|
||||||
|
|
Loading…
Reference in New Issue