aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/auth2-jpake.c
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2009-10-01 17:12:52 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2009-10-01 17:12:52 +0000
commit7aee6ffee0748c4c6bd9d11bb2a90c7531244d63 (patch)
tree927d2417c80c4c448ee45c25269ecab7af8f482e /crypto/openssh/auth2-jpake.c
parenta45bff047cd880a268962395477bee8c982f51ba (diff)
parente5e752b5a70a672df97b5d7ca5c1e58c87a27234 (diff)
downloadsrc-7aee6ffee0748c4c6bd9d11bb2a90c7531244d63.tar.gz
src-7aee6ffee0748c4c6bd9d11bb2a90c7531244d63.zip
Upgrade to OpenSSH 5.3p1.
Notes
Notes: svn path=/head/; revision=197679
Diffstat (limited to 'crypto/openssh/auth2-jpake.c')
-rw-r--r--crypto/openssh/auth2-jpake.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/crypto/openssh/auth2-jpake.c b/crypto/openssh/auth2-jpake.c
index efe7ff2a396f..5de5506a6641 100644
--- a/crypto/openssh/auth2-jpake.c
+++ b/crypto/openssh/auth2-jpake.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth2-jpake.c,v 1.2 2008/11/07 23:34:48 dtucker Exp $ */
+/* $OpenBSD: auth2-jpake.c,v 1.3 2009/03/05 07:18:19 djm Exp $ */
/*
* Copyright (c) 2008 Damien Miller. All rights reserved.
*
@@ -42,8 +42,8 @@
#include "ssh2.h"
#include "key.h"
#include "hostfile.h"
-#include "buffer.h"
#include "auth.h"
+#include "buffer.h"
#include "packet.h"
#include "dispatch.h"
#include "log.h"
@@ -55,6 +55,7 @@
#endif
#include "monitor_wrap.h"
+#include "schnorr.h"
#include "jpake.h"
/*
@@ -359,7 +360,7 @@ auth2_jpake_get_pwdata(Authctxt *authctxt, BIGNUM **s,
}
/*
- * Being authentication attempt.
+ * Begin authentication attempt.
* Note, sets authctxt->postponed while in subprotocol
*/
static int