summaryrefslogtreecommitdiff
path: root/auth-rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-rsa.c')
-rw-r--r--auth-rsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth-rsa.c b/auth-rsa.c
index 9b139c928..4624c1597 100644
--- a/auth-rsa.c
+++ b/auth-rsa.c
@@ -239,7 +239,7 @@ rsa_key_allowed_in_file(struct passwd *pw, char *file,
239 free(fp); 239 free(fp);
240 240
241 /* Never accept a revoked key */ 241 /* Never accept a revoked key */
242 if (auth_key_is_revoked(key, 0)) 242 if (auth_key_is_revoked(key))
243 break; 243 break;
244 244
245 /* We have found the desired key. */ 245 /* We have found the desired key. */