[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.2 and 1.3

version 1.2, 2008/11/07 23:34:48 version 1.3, 2009/03/05 07:18:19
Line 55 
Line 55 
 #endif  #endif
 #include "monitor_wrap.h"  #include "monitor_wrap.h"
   
   #include "schnorr.h"
 #include "jpake.h"  #include "jpake.h"
   
 /*  /*
Line 359 
Line 360 
 }  }
   
 /*  /*
  * Being authentication attempt.   * Begin authentication attempt.
  * Note, sets authctxt->postponed while in subprotocol   * Note, sets authctxt->postponed while in subprotocol
  */   */
 static int  static int

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