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, 2 insertions, 0 deletions
diff --git a/auth-rsa.c b/auth-rsa.c
index 323e875b8..ec32c803f 100644
--- a/auth-rsa.c
+++ b/auth-rsa.c
@@ -193,6 +193,8 @@ auth_rsa_key_allowed(struct passwd *pw, BIGNUM *client_n, Key **rkey)
193 193
194 key = key_new(KEY_RSA1); 194 key = key_new(KEY_RSA1);
195 195
196 auth_start_parse_options();
197
196 /* 198 /*
197 * Go though the accepted keys, looking for the current key. If 199 * Go though the accepted keys, looking for the current key. If
198 * found, perform a challenge-response dialog to verify that the 200 * found, perform a challenge-response dialog to verify that the