diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-03-08 21:37:22 +0100 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-03-08 21:37:22 +0100 |
commit | a03849879738baab97dee7ca85d3fdb3a39ba896 (patch) | |
tree | e26da851554a06777c7a2aaa882b94446a291595 /auth1.c | |
parent | - (stevesk) Reliant Unix (SNI) needs HAVE_BOGUS_SYS_QUEUE_H; (diff) | |
download | openssh-a03849879738baab97dee7ca85d3fdb3a39ba896.tar.xz openssh-a03849879738baab97dee7ca85d3fdb3a39ba896.zip |
- stevesk@cvs.openbsd.org 2001/03/08 18:47:12
[auth1.c]
unused; ok markus@
Diffstat (limited to 'auth1.c')
-rw-r--r-- | auth1.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |