[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.4 and 1.5

version 1.4, 2010/08/31 11:54:45 version 1.5, 2012/12/02 20:34:09
Line 556 
Line 556 
         authctxt->postponed = 0;          authctxt->postponed = 0;
         jpake_free(authctxt->jpake_ctx);          jpake_free(authctxt->jpake_ctx);
         authctxt->jpake_ctx = NULL;          authctxt->jpake_ctx = NULL;
         userauth_finish(authctxt, authenticated, method_jpake.name);          userauth_finish(authctxt, authenticated, method_jpake.name, NULL);
 }  }
   
 #endif /* JPAKE */  #endif /* JPAKE */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5