summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/auth.h b/auth.h
index bebfb672d..117485ca9 100644
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth.h,v 1.63 2009/08/15 18:56:34 fgsch Exp $ */ 1/* $OpenBSD: auth.h,v 1.64 2010/02/26 20:29:54 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -178,7 +178,8 @@ check_key_in_hostfiles(struct passwd *, Key *, const char *,
178 178
179/* hostkey handling */ 179/* hostkey handling */
180Key *get_hostkey_by_index(int); 180Key *get_hostkey_by_index(int);
181Key *get_hostkey_by_type(int); 181Key *get_hostkey_public_by_type(int);
182Key *get_hostkey_private_by_type(int);
182int get_hostkey_index(Key *); 183int get_hostkey_index(Key *);
183int ssh1_session_key(BIGNUM *); 184int ssh1_session_key(BIGNUM *);
184 185