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 56702d130..7afcaee31 100644
--- a/auth-rsa.c
+++ b/auth-rsa.c
@@ -94,7 +94,7 @@ auth_rsa_verify_response(Key *key, BIGNUM *challenge, u_char response[16])
94 MD5_CTX md; 94 MD5_CTX md;
95 int len; 95 int len;
96 96
97 if (auth_key_is_revoked(key)) 97 if (auth_key_is_revoked(key, 0))
98 return 0; 98 return 0;
99 99
100 /* don't allow short keys */ 100 /* don't allow short keys */