diff options
author | djm@openbsd.org <djm@openbsd.org> | 2015-01-28 12:07:25 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2015-01-28 23:08:07 +0100 |
commit | 1a3d14f6b44a494037c7deab485abe6496bf2c60 (patch) | |
tree | ef031782b36a39136f445a290c70f3135e5a2584 /auth2-hostbased.c | |
parent | upstream commit (diff) | |
download | openssh-1a3d14f6b44a494037c7deab485abe6496bf2c60.tar.xz openssh-1a3d14f6b44a494037c7deab485abe6496bf2c60.zip |
upstream commit
remove obsolete comment
Diffstat (limited to 'auth2-hostbased.c')
-rw-r--r-- | auth2-hostbased.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/auth2-hostbased.c b/auth2-hostbased.c index 9f8a01cbe..6f69e89de 100644 --- a/auth2-hostbased.c +++ b/auth2-hostbased.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth2-hostbased.c,v 1.22 2015/01/13 07:39:19 djm Exp $ */ +/* $OpenBSD: auth2-hostbased.c,v 1.23 2015/01/28 11:07:25 djm Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -85,7 +85,6 @@ userauth_hostbased(Authctxt *authctxt) buffer_dump(&b); buffer_free(&b); #endif - /* XXX provide some way to allow admin to specify key types accepted */ pktype = key_type_from_name(pkalg); if (pktype == KEY_UNSPEC) { /* this is perfectly legal */ |