X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fo_time.h;h=671099a32dbcd9a874c2468a3d707558259a0144;hb=d16bb406d46e56e7342e0f8f05e2569867e2f74a;hp=e391da75087e9b11264fb0bd229bf8549e808a18;hpb=799668c1ceebda16a93371923459b0fdf5670fa4;p=oweals%2Fopenssl.git diff --git a/crypto/o_time.h b/crypto/o_time.h index e391da7508..671099a32d 100644 --- a/crypto/o_time.h +++ b/crypto/o_time.h @@ -63,5 +63,6 @@ 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