]> andersk Git - openssh.git/blobdiff - auth2-jpake.c
- dtucker@cvs.openbsd.org 2008/11/07 23:34:48
[openssh.git] / auth2-jpake.c
index 0029ec26bf290a250a35553b765316ed78af4f20..efe7ff2a396f1e28e4434793da39446b0594c4d0 100644 (file)
@@ -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 <sys/types.h>
 #include <sys/param.h>
 
@@ -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.
This page took 0.031783 seconds and 4 git commands to generate.