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 4edaab056..323e875b8 100644
--- a/auth-rsa.c
+++ b/auth-rsa.c
@@ -247,7 +247,7 @@ auth_rsa_key_allowed(struct passwd *pw, BIGNUM *client_n, Key **rkey)
247 file, linenum, BN_num_bits(key->rsa->n), bits); 247 file, linenum, BN_num_bits(key->rsa->n), bits);
248 248
249 /* Never accept a revoked key */ 249 /* Never accept a revoked key */
250 if (auth_key_is_revoked(key)) 250 if (auth_key_is_revoked(key, 0))
251 break; 251 break;
252 252
253 /* We have found the desired key. */ 253 /* We have found the desired key. */