summaryrefslogtreecommitdiff
path: root/auth2-chall.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-chall.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-chall.c')
-rw-r--r--auth2-chall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth2-chall.c b/auth2-chall.c
index 5afd7d769..5e6a691f8 100644
--- a/auth2-chall.c
+++ b/auth2-chall.c
@@ -23,7 +23,7 @@
23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24 */ 24 */
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: auth2-chall.c,v 1.7 2001/06/23 15:12:17 itojun Exp $"); 26RCSID("$OpenBSD: auth2-chall.c,v 1.8 2001/09/27 15:31:17 markus Exp $");
27 27
28#include "ssh2.h" 28#include "ssh2.h"
29#include "auth.h" 29#include "auth.h"
@@ -139,7 +139,7 @@ kbdint_next_device(KbdintAuthctxt *kbdintctxt)
139} 139}
140 140
141/* 141/*
142 * try challenge-reponse, set authctxt->postponed if we have to 142 * try challenge-response, set authctxt->postponed if we have to
143 * wait for the response. 143 * wait for the response.
144 */ 144 */
145int 145int