summaryrefslogtreecommitdiff
path: root/auth2-jpake.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth2-jpake.c')
-rw-r--r--auth2-jpake.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/auth2-jpake.c b/auth2-jpake.c
index 0029ec26b..efe7ff2a3 100644
--- a/auth2-jpake.c
+++ b/auth2-jpake.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth2-jpake.c,v 1.1 2008/11/04 08:22:12 djm Exp $ */ 1/* $OpenBSD: auth2-jpake.c,v 1.2 2008/11/07 23:34:48 dtucker Exp $ */
2/* 2/*
3 * Copyright (c) 2008 Damien Miller. All rights reserved. 3 * Copyright (c) 2008 Damien Miller. All rights reserved.
4 * 4 *
@@ -25,6 +25,8 @@
25 * http://grouper.ieee.org/groups/1363/Research/contributions/hao-ryan-2008.pdf 25 * http://grouper.ieee.org/groups/1363/Research/contributions/hao-ryan-2008.pdf
26 */ 26 */
27 27
28#ifdef JPAKE
29
28#include <sys/types.h> 30#include <sys/types.h>
29#include <sys/param.h> 31#include <sys/param.h>
30 32
@@ -55,8 +57,6 @@
55 57
56#include "jpake.h" 58#include "jpake.h"
57 59
58#ifdef JPAKE
59
60/* 60/*
61 * XXX options->permit_empty_passwd (at the moment, they will be refused 61 * XXX options->permit_empty_passwd (at the moment, they will be refused
62 * anyway because they will mismatch on fake salt. 62 * anyway because they will mismatch on fake salt.