Loading crypto/o_time.c +4 −2 Original line number Diff line number Diff line Loading @@ -289,7 +289,9 @@ int OPENSSL_gmtime_diff(struct tm *from, struct tm *to, int *pday, int *psec) diff_sec -= SECS_PER_DAY; } if (pday) *pday = (int)diff_day; if (psec) *psec = diff_sec; return 1; Loading Loading
crypto/o_time.c +4 −2 Original line number Diff line number Diff line Loading @@ -289,7 +289,9 @@ int OPENSSL_gmtime_diff(struct tm *from, struct tm *to, int *pday, int *psec) diff_sec -= SECS_PER_DAY; } if (pday) *pday = (int)diff_day; if (psec) *psec = diff_sec; return 1; Loading