X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fo_time.h;h=671099a32dbcd9a874c2468a3d707558259a0144;hb=d16bb406d46e56e7342e0f8f05e2569867e2f74a;hp=e66044626d1f9865f5483124390ee64ca6429a50;hpb=f3229ee19a4e2262ace00823b384925b1c34a4c5;p=oweals%2Fopenssl.git diff --git a/crypto/o_time.h b/crypto/o_time.h index e66044626d..671099a32d 100644 --- a/crypto/o_time.h +++ b/crypto/o_time.h @@ -62,5 +62,7 @@ #include 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); #endif