diff options
Diffstat (limited to 'openssl/crypto/o_time.h')
-rw-r--r-- | openssl/crypto/o_time.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl/crypto/o_time.h b/openssl/crypto/o_time.h index e66044626..e391da750 100644 --- a/openssl/crypto/o_time.h +++ b/openssl/crypto/o_time.h @@ -62,5 +62,6 @@ #include <time.h> struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result); +int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec); #endif |