summaryrefslogtreecommitdiff
path: root/auth2-jpake.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth2-jpake.c')
-rw-r--r--auth2-jpake.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/auth2-jpake.c b/auth2-jpake.c
index efe7ff2a3..6092e31c0 100644
--- a/auth2-jpake.c
+++ b/auth2-jpake.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth2-jpake.c,v 1.2 2008/11/07 23:34:48 dtucker Exp $ */ 1/* $OpenBSD: auth2-jpake.c,v 1.3 2009/03/05 07:18:19 djm Exp $ */
2/* 2/*
3 * Copyright (c) 2008 Damien Miller. All rights reserved. 3 * Copyright (c) 2008 Damien Miller. All rights reserved.
4 * 4 *
@@ -55,6 +55,7 @@
55#endif 55#endif
56#include "monitor_wrap.h" 56#include "monitor_wrap.h"
57 57
58#include "schnorr.h"
58#include "jpake.h" 59#include "jpake.h"
59 60
60/* 61/*
@@ -359,7 +360,7 @@ auth2_jpake_get_pwdata(Authctxt *authctxt, BIGNUM **s,
359} 360}
360 361
361/* 362/*
362 * Being authentication attempt. 363 * Begin authentication attempt.
363 * Note, sets authctxt->postponed while in subprotocol 364 * Note, sets authctxt->postponed while in subprotocol
364 */ 365 */
365static int 366static int