[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.180 and 1.181

version 1.180, 2023/01/06 02:37:04 version 1.181, 2023/03/03 02:37:58
Line 2352 
Line 2352 
         return 0;          return 0;
 }  }
   
 /* On OpenBSD time_t is int64_t which is long long. */  
 #define SSH_TIME_T_MAX LLONG_MAX  
   
 void  void
 format_absolute_time(uint64_t t, char *buf, size_t len)  format_absolute_time(uint64_t t, char *buf, size_t len)
 {  {

Legend:
Removed from v.1.180  
changed lines
  Added in v.1.181