summaryrefslogtreecommitdiff
path: root/auth2.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-10-03 17:12:43 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-10-03 17:12:43 +0000
commitbdfb4df08c8997247f365ca69dcd0b48bf783dc4 (patch)
tree385c6f29e2120e971594e1f3c4e556183dea40b0 /auth2.c
parentae3de4b39e783b21eebb66cb56783ee18c997092 (diff)
- markus@cvs.openbsd.org 2001/09/27 15:31:17
[auth2.c auth2-chall.c sshconnect1.c] typos; from solar
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)