summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/auth.h b/auth.h
index 2160154f4..038b59293 100644
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth.h,v 1.86 2015/12/04 16:41:28 markus Exp $ */ 1/* $OpenBSD: auth.h,v 1.87 2016/03/07 19:02:43 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -197,6 +197,8 @@ FILE *auth_openkeyfile(const char *, struct passwd *, int);
197FILE *auth_openprincipals(const char *, struct passwd *, int); 197FILE *auth_openprincipals(const char *, struct passwd *, int);
198int auth_key_is_revoked(Key *); 198int auth_key_is_revoked(Key *);
199 199
200const char *auth_get_canonical_hostname(struct ssh *, int);
201
200HostStatus 202HostStatus
201check_key_in_hostfiles(struct passwd *, Key *, const char *, 203check_key_in_hostfiles(struct passwd *, Key *, const char *,
202 const char *, const char *); 204 const char *, const char *);