diff options
-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 @@ | |||
1 | /* $OpenBSD: auth2-hostbased.c,v 1.22 2015/01/13 07:39:19 djm Exp $ */ | 1 | /* $OpenBSD: auth2-hostbased.c,v 1.23 2015/01/28 11:07:25 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
4 | * | 4 | * |
@@ -85,7 +85,6 @@ userauth_hostbased(Authctxt *authctxt) | |||
85 | buffer_dump(&b); | 85 | buffer_dump(&b); |
86 | buffer_free(&b); | 86 | buffer_free(&b); |
87 | #endif | 87 | #endif |
88 | /* XXX provide some way to allow admin to specify key types accepted */ | ||
89 | pktype = key_type_from_name(pkalg); | 88 | pktype = key_type_from_name(pkalg); |
90 | if (pktype == KEY_UNSPEC) { | 89 | if (pktype == KEY_UNSPEC) { |
91 | /* this is perfectly legal */ | 90 | /* this is perfectly legal */ |