summaryrefslogtreecommitdiffstats
path: root/auth.h
diff options
context:
space:
mode:
authorjsg@openbsd.org <jsg@openbsd.org>2024-05-17 08:42:04 +0200
committerDamien Miller <djm@mindrot.org>2024-05-22 06:21:13 +0200
commitdcd79fa141311c287e0595ede684b7116122fae0 (patch)
tree7104535d87d6c1f09ea721cc2d6303073d9b2eb6 /auth.h
parentupstream: remove externs for removed vars; ok djm@ (diff)
downloadopenssh-dcd79fa141311c287e0595ede684b7116122fae0.tar.xz
openssh-dcd79fa141311c287e0595ede684b7116122fae0.zip
upstream: remove prototypes with no matching function; ok djm@
OpenBSD-Commit-ID: 6d9065dadea5f14a01bece0dbfe2fba1be31c693
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/auth.h b/auth.h
index 33370eace..98bb23d4c 100644
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth.h,v 1.107 2024/05/17 00:30:23 djm Exp $ */
+/* $OpenBSD: auth.h,v 1.108 2024/05/17 06:42:04 jsg Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -155,8 +155,6 @@ void auth2_record_info(Authctxt *authctxt, const char *, ...)
void auth2_update_session_info(Authctxt *, const char *, const char *);
#ifdef KRB5
-int auth_krb5(Authctxt *authctxt, krb5_data *auth, char **client, krb5_data *);
-int auth_krb5_tgt(Authctxt *authctxt, krb5_data *tgt);
int auth_krb5_password(Authctxt *authctxt, const char *password);
void krb5_cleanup_proc(Authctxt *authctxt);
#endif /* KRB5 */
@@ -215,7 +213,6 @@ int sshd_hostkey_sign(struct ssh *, struct sshkey *, struct sshkey *,
u_char **, size_t *, const u_char *, size_t, const char *);
/* Key / cert options linkage to auth layer */
-const struct sshauthopt *auth_options(struct ssh *);
int auth_activate_options(struct ssh *, struct sshauthopt *);
void auth_restrict_session(struct ssh *);
void auth_log_authopts(const char *, const struct sshauthopt *, int);