X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fo_time.h;h=fcf8c230e182971a467b6e2496aee7fc2f6f1579;hp=e391da75087e9b11264fb0bd229bf8549e808a18;hb=847865d0f9810a2f9c0eb7a5dc5d0c29f50b84ba;hpb=799668c1ceebda16a93371923459b0fdf5670fa4 diff --git a/crypto/o_time.h b/crypto/o_time.h index e391da7508..fcf8c230e1 100644 --- a/crypto/o_time.h +++ b/crypto/o_time.h @@ -63,5 +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(int *pday, int *psec, + const struct tm *from, const struct tm *to); #endif