summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2015-11-11 01:48:01 +0000
committerDamien Miller <djm@mindrot.org>2015-11-16 11:31:35 +1100
commit7d4c7513a7f209cb303a608ac6e46b3f1dfc11ec (patch)
tree2c5764b03c00c2a4f7d4609f3506e61374a1d7ae /auth.h
parent07889c75926c040b8e095949c724e66af26441cb (diff)
downloadopenssh-git-7d4c7513a7f209cb303a608ac6e46b3f1dfc11ec.tar.gz
upstream commit
remove prototypes for long-gone s/key support; ok dtucker@ Upstream-ID: db5bed3c57118af986490ab23d399df807359a79
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/auth.h b/auth.h
index 8b27575b..fffbe6c0 100644
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth.h,v 1.84 2015/05/08 06:41:56 djm Exp $ */
+/* $OpenBSD: auth.h,v 1.85 2015/11/11 01:48:01 djm Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -180,8 +180,6 @@ 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);