From c6d744e9cdce63c250da4f87279d7da459ff4423 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Tue, 11 Nov 2008 16:33:03 +1100 Subject: - dtucker@cvs.openbsd.org 2008/11/07 23:34:48 [auth2-jpake.c] Move JPAKE define to make life easier for portable. ok djm@ --- auth2-jpake.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'auth2-jpake.c') diff --git a/auth2-jpake.c b/auth2-jpake.c index 0029ec26..efe7ff2a 100644 --- a/auth2-jpake.c +++ b/auth2-jpake.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth2-jpake.c,v 1.1 2008/11/04 08:22:12 djm Exp $ */ +/* $OpenBSD: auth2-jpake.c,v 1.2 2008/11/07 23:34:48 dtucker Exp $ */ /* * Copyright (c) 2008 Damien Miller. All rights reserved. * @@ -25,6 +25,8 @@ * http://grouper.ieee.org/groups/1363/Research/contributions/hao-ryan-2008.pdf */ +#ifdef JPAKE + #include #include @@ -55,8 +57,6 @@ #include "jpake.h" -#ifdef JPAKE - /* * XXX options->permit_empty_passwd (at the moment, they will be refused * anyway because they will mismatch on fake salt. -- cgit v1.2.3