diff options
author | Darren Tucker <dtucker@zip.com.au> | 2008-11-11 16:33:03 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2008-11-11 16:33:03 +1100 |
commit | c6d744e9cdce63c250da4f87279d7da459ff4423 (patch) | |
tree | 771eb6de8f317913ddaa5daed04a074ced88215a /auth2-jpake.c | |
parent | b57fab6b0b7b30d279bea89409a684b2793fd924 (diff) |
- dtucker@cvs.openbsd.org 2008/11/07 23:34:48
[auth2-jpake.c]
Move JPAKE define to make life easier for portable. ok djm@
Diffstat (limited to 'auth2-jpake.c')
-rw-r--r-- | auth2-jpake.c | 6 |
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. |