- stevesk@cvs.openbsd.org 2001/03/08 18:47:12
[auth1.c] unused; ok markus@
This commit is contained in:
parent
52dd46855d
commit
a038498797
|
@ -1,3 +1,9 @@
|
|||
20010309
|
||||
- OpenBSD CVS Sync
|
||||
- stevesk@cvs.openbsd.org 2001/03/08 18:47:12
|
||||
[auth1.c]
|
||||
unused; ok markus@
|
||||
|
||||
20010308
|
||||
- OpenBSD CVS Sync
|
||||
- djm@cvs.openbsd.org 2001/03/07 10:11:23
|
||||
|
@ -4443,4 +4449,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.927 2001/03/08 18:26:58 stevesk Exp $
|
||||
$Id: ChangeLog,v 1.928 2001/03/08 20:37:22 mouring Exp $
|
||||
|
|
3
auth1.c
3
auth1.c
|
@ -10,7 +10,7 @@
|
|||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$OpenBSD: auth1.c,v 1.18 2001/02/22 21:59:43 markus Exp $");
|
||||
RCSID("$OpenBSD: auth1.c,v 1.19 2001/03/08 18:47:12 stevesk Exp $");
|
||||
|
||||
#include "xmalloc.h"
|
||||
#include "rsa.h"
|
||||
|
@ -27,7 +27,6 @@ RCSID("$OpenBSD: auth1.c,v 1.18 2001/02/22 21:59:43 markus Exp $");
|
|||
|
||||
/* import */
|
||||
extern ServerOptions options;
|
||||
extern char *forced_command;
|
||||
|
||||
#ifdef WITH_AIXAUTHENTICATE
|
||||
extern char *aixloginmsg;
|
||||
|
|
Loading…
Reference in New Issue