summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/extern.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-10-18 17:09:26 +0000
committerache <ache@FreeBSD.org>1996-10-18 17:09:26 +0000
commit591c888b2abec0576497dc5d0c6c987aa485c772 (patch)
tree53c01b8e87b0279ea3eb23cc967b54b0d597a4a3 /libexec/ftpd/extern.h
parentbbb4755eb58279613ded5dab75419ab87b148e0a (diff)
downloadFreeBSD-src-591c888b2abec0576497dc5d0c6c987aa485c772.zip
FreeBSD-src-591c888b2abec0576497dc5d0c6c987aa485c772.tar.gz
Implement alternative strategy if it is impossible to confirm
password: ask for it, but don't tell that S/key password required. It looks like non-s/key system from outside. Additionally tell that s/key required when it is so for normal case
Diffstat (limited to 'libexec/ftpd/extern.h')
-rw-r--r--libexec/ftpd/extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ftpd/extern.h b/libexec/ftpd/extern.h
index bdfed86..f587866 100644
--- a/libexec/ftpd/extern.h
+++ b/libexec/ftpd/extern.h
@@ -68,5 +68,5 @@ void user __P((char *));
void yyerror __P((char *));
int yyparse __P((void));
#if defined(SKEY) && defined(_PWD_H_) /* XXX evil */
-char *skey_challenge __P((char *, struct passwd *, int, int *));
+char *skey_challenge __P((char *, struct passwd *, int));
#endif
OpenPOWER on IntegriCloud