summaryrefslogtreecommitdiffstats
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 39322dc6..c0ed3621 100644
--- a/auth2.c
+++ b/auth2.c
@@ -23,7 +23,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth2.c,v 1.70 2001/09/20 13:46:48 markus Exp $");
+RCSID("$OpenBSD: auth2.c,v 1.71 2001/09/27 15:31:17 markus Exp $");
#include <openssl/evp.h>
@@ -122,7 +122,7 @@ do_authentication2()
x_authctxt = authctxt; /*XXX*/
- /* challenge-reponse is implemented via keyboard interactive */
+ /* challenge-response is implemented via keyboard interactive */
if (options.challenge_response_authentication)
options.kbd_interactive_authentication = 1;
if (options.pam_authentication_via_kbd_int)