diff options
author | Damien Miller <djm@mindrot.org> | 2011-05-15 08:51:05 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2011-05-15 08:51:05 +1000 |
commit | 7c1b2c4ea8a5d06908dda3f8e406b902b81fe905 (patch) | |
tree | d4feec6013425aa759cb0e0d4863de23c8cc2997 /servconf.h | |
parent | 3219824f2d8b0ea1711818745b046931ffcd3918 (diff) | |
download | openssh-git-7c1b2c4ea8a5d06908dda3f8e406b902b81fe905.tar.gz |
- djm@cvs.openbsd.org 2011/05/11 04:47:06
[auth.c auth.h auth2-pubkey.c pathnames.h servconf.c servconf.h]
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 'servconf.h')
-rw-r--r-- | servconf.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: servconf.h,v 1.95 2010/11/13 23:27:50 djm Exp $ */ +/* $OpenBSD: servconf.h,v 1.96 2011/05/11 04:47:06 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -146,7 +146,6 @@ typedef struct { */ char *authorized_keys_file; /* File containing public keys */ - char *authorized_keys_file2; char *adm_forced_command; |