diff options
Diffstat (limited to 'auth-rsa.c')
-rw-r--r-- | auth-rsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth-rsa.c b/auth-rsa.c index 545aa496a..6ed152c5f 100644 --- a/auth-rsa.c +++ b/auth-rsa.c | |||
@@ -237,7 +237,7 @@ rsa_key_allowed_in_file(struct passwd *pw, char *file, | |||
237 | free(fp); | 237 | free(fp); |
238 | 238 | ||
239 | /* Never accept a revoked key */ | 239 | /* Never accept a revoked key */ |
240 | if (auth_key_is_revoked(key)) | 240 | if (auth_key_is_revoked(key, 0)) |
241 | break; | 241 | break; |
242 | 242 | ||
243 | /* We have found the desired key. */ | 243 | /* We have found the desired key. */ |