]> andersk Git - gssapi-openssh.git/blobdiff - openssh/auth.h
merged OpenSSH 5.1p1 to trunk
[gssapi-openssh.git] / openssh / auth.h
index 5c05408febd1b4cd821684224bdfa012db33a7ae..49246c7f8bb3da24efac73e277944386822c29fd 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth.h,v 1.60 2007/09/21 08:15:29 djm Exp $ */
+/* $OpenBSD: auth.h,v 1.61 2008/07/02 12:03:51 dtucker Exp $ */
 
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
@@ -174,8 +174,7 @@ void        abandon_challenge_response(Authctxt *);
 char   *authorized_keys_file(struct passwd *);
 char   *authorized_keys_file2(struct passwd *);
 
-int
-secure_filename(FILE *, const char *, struct passwd *, char *, size_t);
+FILE   *auth_openkeyfile(const char *, struct passwd *, int);
 
 HostStatus
 check_key_in_hostfiles(struct passwd *, Key *, const char *,
This page took 0.103778 seconds and 4 git commands to generate.