X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fo_time.h;h=fcf8c230e182971a467b6e2496aee7fc2f6f1579;hp=671099a32dbcd9a874c2468a3d707558259a0144;hb=a69c0a1be5c619a74c02fcef05be6142d4700f62;hpb=7f7f155103d9c390eadd67fcc0087d4600755d6e diff --git a/crypto/o_time.h b/crypto/o_time.h index 671099a32d..fcf8c230e1 100644 --- a/crypto/o_time.h +++ b/crypto/o_time.h @@ -63,6 +63,7 @@ struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result); int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec); -int OPENSSL_gmtime_diff(struct tm *from, struct tm *to, int *pday, int *psec); +int OPENSSL_gmtime_diff(int *pday, int *psec, + const struct tm *from, const struct tm *to); #endif