diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-01-19 16:44:10 +0100 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-01-19 16:44:10 +0100 |
commit | cf0809d6444bcc0030c9cb82ebc592a261023fe4 (patch) | |
tree | 85ff44157c4ceefcd62d6bbb47f5b1e07fe18da5 /servconf.h | |
parent | - (bal) Minor cygwin patch to auth1.c. Suggested by djm. (diff) | |
download | openssh-cf0809d6444bcc0030c9cb82ebc592a261023fe4.tar.xz openssh-cf0809d6444bcc0030c9cb82ebc592a261023fe4.zip |
Removed one more 'ISSUE' comment in auth1.c
20010120
- (bal) OpenBSD Resync
- markus@cvs.openbsd.org 2001/01/19 12:45:26
[ssh-chall.c servconf.c servconf.h ssh.h sshd.c]
only auth-chall.c needs #ifdef SKEY
Diffstat (limited to 'servconf.h')
-rw-r--r-- | servconf.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/servconf.h b/servconf.h index 532b22f6e..ea0694905 100644 --- a/servconf.h +++ b/servconf.h @@ -11,7 +11,7 @@ * called by a name other than "ssh" or "Secure Shell". */ -/* RCSID("$OpenBSD: servconf.h,v 1.33 2001/01/08 22:29:05 markus Exp $"); */ +/* RCSID("$OpenBSD: servconf.h,v 1.34 2001/01/19 12:45:27 markus Exp $"); */ #ifndef SERVCONF_H #define SERVCONF_H @@ -80,10 +80,8 @@ typedef struct { int password_authentication; /* If true, permit password * authentication. */ int kbd_interactive_authentication; /* If true, permit */ -#ifdef SKEY int skey_authentication; /* If true, permit s/key * authentication. */ -#endif int permit_empty_passwd; /* If false, do not permit empty * passwords. */ int use_login; /* If true, login(1) is used */ |