aboutsummaryrefslogtreecommitdiff
path: root/deps/openssl/openssl/crypto/o_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/openssl/crypto/o_time.h')
-rw-r--r--deps/openssl/openssl/crypto/o_time.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/openssl/openssl/crypto/o_time.h b/deps/openssl/openssl/crypto/o_time.h
index 901b200567..a83a3d247d 100644
--- a/deps/openssl/openssl/crypto/o_time.h
+++ b/deps/openssl/openssl/crypto/o_time.h
@@ -64,5 +64,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