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

Diff for /src/usr.bin/ssh/Attic/jpake.c between version 1.6 and 1.7

version 1.6, 2010/09/20 04:54:07 version 1.7, 2012/06/18 11:43:53
Line 131 
Line 131 
 #undef JPAKE_BN_CLEAR_FREE  #undef JPAKE_BN_CLEAR_FREE
 #undef JPAKE_BUF_CLEAR_FREE  #undef JPAKE_BUF_CLEAR_FREE
   
         bzero(pctx, sizeof(pctx));          bzero(pctx, sizeof(*pctx));
         xfree(pctx);          xfree(pctx);
 }  }
   

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7