summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2015-01-28 11:07:25 +0000
committerdjm <djm@openbsd.org>2015-01-28 11:07:25 +0000
commitfe01caf0f6d601cf75f87019c336df13c4c60712 (patch)
tree00230219a286a17306b344bf1daa39fc029f809d
parentdrm/radeon: allow geom rings to be setup on r600/r700 (v2) (diff)
downloadwireguard-openbsd-fe01caf0f6d601cf75f87019c336df13c4c60712.tar.xz
wireguard-openbsd-fe01caf0f6d601cf75f87019c336df13c4c60712.zip
remove obsolete comment
-rw-r--r--usr.bin/ssh/auth2-hostbased.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/auth2-hostbased.c b/usr.bin/ssh/auth2-hostbased.c
index 104725bc2f3..b2d70666409 100644
--- a/usr.bin/ssh/auth2-hostbased.c
+++ b/usr.bin/ssh/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.
*
@@ -84,7 +84,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 */