diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2011-05-11 04:47:07 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2011-05-11 04:47:07 +0000 |
commit | bdf8ad30b78d0b1b8b5d4745b2bf2f6bf434669f (patch) | |
tree | 0175e619fecc677838ec6eee2e6e12dc7d181f19 /usr.bin/ssh/auth.h | |
parent | 563ca8765260186ce5628efb1fc5501b5e34c8f7 (diff) |
remove support for authorized_keys2; it is a relic from the early days
of protocol v.2 support and has been undocumented for many years;
ok markus@
Diffstat (limited to 'usr.bin/ssh/auth.h')
-rw-r--r-- | usr.bin/ssh/auth.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/auth.h b/usr.bin/ssh/auth.h index cd6a7f57e3c..d551097b8ff 100644 --- a/usr.bin/ssh/auth.h +++ b/usr.bin/ssh/auth.h @@ -1,4 +1,4 @@ -/* $OpenBSD: auth.h,v 1.67 2011/03/10 11:34:25 djm Exp $ */ +/* $OpenBSD: auth.h,v 1.68 2011/05/11 04:47:06 djm Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -146,7 +146,6 @@ char *get_challenge(Authctxt *); int verify_response(Authctxt *, const char *); char *authorized_keys_file(struct passwd *); -char *authorized_keys_file2(struct passwd *); char *authorized_principals_file(struct passwd *); FILE *auth_openkeyfile(const char *, struct passwd *, int); |