diff options
Diffstat (limited to 'auth.c')
-rw-r--r-- | auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth.c,v 1.141 2019/10/02 00:42:30 djm Exp $ */ | 1 | /* $OpenBSD: auth.c,v 1.142 2019/10/16 06:05:39 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
4 | * | 4 | * |
@@ -489,7 +489,7 @@ check_key_in_hostfiles(struct passwd *pw, struct sshkey *key, const char *host, | |||
489 | host_status = check_key_in_hostkeys(hostkeys, key, &found); | 489 | host_status = check_key_in_hostkeys(hostkeys, key, &found); |
490 | if (host_status == HOST_REVOKED) | 490 | if (host_status == HOST_REVOKED) |
491 | error("WARNING: revoked key for %s attempted authentication", | 491 | error("WARNING: revoked key for %s attempted authentication", |
492 | found->host); | 492 | host); |
493 | else if (host_status == HOST_OK) | 493 | else if (host_status == HOST_OK) |
494 | debug("%s: key for %s found at %s:%ld", __func__, | 494 | debug("%s: key for %s found at %s:%ld", __func__, |
495 | found->host, found->file, found->line); | 495 | found->host, found->file, found->line); |