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

Diff for /src/usr.bin/ssh/misc.c between version 1.78 and 1.79

version 1.78, 2010/07/13 11:52:06 version 1.79, 2010/07/13 23:13:16
Line 831 
Line 831 
 }  }
   
 int  int
 timing_safe_cmp(const void *_s1, const void *_s2, size_t n)  timingsafe_bcmp(const void *_s1, const void *_s2, size_t n)
 {  {
         u_char *s1 = (u_char *)_s1;          u_char *s1 = (u_char *)_s1;
         u_char *s2 = (u_char *)_s2;          u_char *s2 = (u_char *)_s2;

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79