summaryrefslogtreecommitdiff
path: root/auth2.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth2.c')
-rw-r--r--auth2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth2.c b/auth2.c
index 39322dc69..c0ed36213 100644
--- a/auth2.c
+++ b/auth2.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: auth2.c,v 1.70 2001/09/20 13:46:48 markus Exp $"); 26RCSID("$OpenBSD: auth2.c,v 1.71 2001/09/27 15:31:17 markus Exp $");
27 27
28#include <openssl/evp.h> 28#include <openssl/evp.h>
29 29
@@ -122,7 +122,7 @@ do_authentication2()
122 122
123 x_authctxt = authctxt; /*XXX*/ 123 x_authctxt = authctxt; /*XXX*/
124 124
125 /* challenge-reponse is implemented via keyboard interactive */ 125 /* challenge-response is implemented via keyboard interactive */
126 if (options.challenge_response_authentication) 126 if (options.challenge_response_authentication)
127 options.kbd_interactive_authentication = 1; 127 options.kbd_interactive_authentication = 1;
128 if (options.pam_authentication_via_kbd_int) 128 if (options.pam_authentication_via_kbd_int)