[BACK]Return to auth2-jpake.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/auth2-jpake.c between version 1.1 and 1.2

version 1.1, 2008/11/04 08:22:12 version 1.2, 2008/11/07 23:34:48
Line 25 
Line 25 
  * http://grouper.ieee.org/groups/1363/Research/contributions/hao-ryan-2008.pdf   * http://grouper.ieee.org/groups/1363/Research/contributions/hao-ryan-2008.pdf
  */   */
   
   #ifdef JPAKE
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/param.h>  #include <sys/param.h>
   
Line 54 
Line 56 
 #include "monitor_wrap.h"  #include "monitor_wrap.h"
   
 #include "jpake.h"  #include "jpake.h"
   
 #ifdef JPAKE  
   
 /*  /*
  * XXX options->permit_empty_passwd (at the moment, they will be refused   * XXX options->permit_empty_passwd (at the moment, they will be refused

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2