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 /auth-chall.c | |
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 'auth-chall.c')
-rw-r--r-- | auth-chall.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/auth-chall.c b/auth-chall.c index e02e99d36..e99ddb39f 100644 --- a/auth-chall.c +++ b/auth-chall.c @@ -23,12 +23,14 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth-chall.c,v 1.1 2001/01/18 17:12:43 markus Exp $"); +RCSID("$OpenBSD: auth-chall.c,v 1.2 2001/01/19 12:45:26 markus Exp $"); #include "ssh.h" #include "auth.h" #ifdef SKEY +#include <skey.h> + char * get_challenge(Authctxt *authctxt, char *devs) { |