diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-01-19 15:44:10 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-01-19 15:44:10 +0000 |
commit | cf0809d6444bcc0030c9cb82ebc592a261023fe4 (patch) | |
tree | 85ff44157c4ceefcd62d6bbb47f5b1e07fe18da5 /ssh.h | |
parent | 5dc81502cbac042e3e66e9f31bd932623ca43e31 (diff) | |
download | openssh-git-cf0809d6444bcc0030c9cb82ebc592a261023fe4.tar.gz |
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 'ssh.h')
-rw-r--r-- | ssh.h | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -12,7 +12,7 @@ * called by a name other than "ssh" or "Secure Shell". */ -/* RCSID("$OpenBSD: ssh.h,v 1.58 2001/01/18 16:20:22 markus Exp $"); */ +/* RCSID("$OpenBSD: ssh.h,v 1.59 2001/01/19 12:45:27 markus Exp $"); */ #ifndef SSH_H #define SSH_H @@ -549,12 +549,6 @@ int radix_to_creds(const char *buf, CREDENTIALS * creds); #endif /* KRB4 */ -#ifdef SKEY -#include <skey.h> -char *skey_fake_keyinfo(char *username); -int auth_skey_password(struct passwd * pw, const char *password); -#endif /* SKEY */ - /* AF_UNSPEC or AF_INET or AF_INET6 */ extern int IPv4or6; |