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

Diff for /src/usr.bin/openssl/s_time.c between version 1.36 and 1.37

version 1.36, 2022/11/11 17:07:39 version 1.37, 2023/03/05 13:12:53
Line 98 
Line 98 
 static const SSL_METHOD *s_time_meth = NULL;  static const SSL_METHOD *s_time_meth = NULL;
 static long bytes_read = 0;  static long bytes_read = 0;
   
 struct {  static struct {
         int bugs;          int bugs;
         char *CAfile;          char *CAfile;
         char *CApath;          char *CApath;

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37