summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2015-11-30 10:37:03 +1100
committerDamien Miller <djm@mindrot.org>2015-11-30 10:37:03 +1100
commit6283cc72eb0e49a3470d30e07ca99a1ba9e89676 (patch)
treea88b9ace7ac6fd6774ecfb65bb831299a6f8c80b /auth.h
parent14c887c8393adde2d9fd437d498be30f8c98535c (diff)
downloadopenssh-git-6283cc72eb0e49a3470d30e07ca99a1ba9e89676.tar.gz
revert 7d4c7513: bring back S/Key prototypes
(but leave RCSID changes)
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/auth.h b/auth.h
index fffbe6c0..b235906c 100644
--- a/auth.h
+++ b/auth.h
@@ -180,6 +180,8 @@ int auth2_challenge(Authctxt *, char *);
void auth2_challenge_stop(Authctxt *);
int bsdauth_query(void *, char **, char **, u_int *, char ***, u_int **);
int bsdauth_respond(void *, u_int, char **);
+int skey_query(void *, char **, char **, u_int *, char ***, u_int **);
+int skey_respond(void *, u_int, char **);
int allowed_user(struct passwd *);
struct passwd * getpwnamallow(const char *user);